Bug fix: Create a working pesterchum.js file if one does not exist
This commit is contained in:
parent
6b1ade8c4a
commit
5904843d38
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ else:
|
||||||
os.mkdir("profiles")
|
os.mkdir("profiles")
|
||||||
if not os.path.exists("pesterchum.js"):
|
if not os.path.exists("pesterchum.js"):
|
||||||
f = open("pesterchum.js", 'w')
|
f = open("pesterchum.js", 'w')
|
||||||
|
f.write("{}")
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
class waitingMessageHolder(object):
|
class waitingMessageHolder(object):
|
||||||
|
|
Loading…
Reference in a new issue