43b432d8 by Barry

Added gitignore and modified password

1 parent 3ea3b548
releasepw.conf
\ No newline at end of file
......@@ -21,6 +21,9 @@ for f in os.listdir('rooms'):
for f in os.listdir('inventory'):
files.append('inventory/' + f)
with open(filename, 'r', encoding='utf-8') as f:
pw = f.read()
with open('releasepw.conf', 'r')
password = sys.argv[1]
for file in files:
......
webrepl @ bad4ac9f
Subproject commit 4cb755698470b9160bdb0a58d5ff54176cfc1abb
Subproject commit bad4ac9f15041f076ffbef4380ae48a3507456b0
......