43b432d8 by Barry

Added gitignore and modified password

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