From 5904843d38c609c086f37b7da444f684b1bbf42d Mon Sep 17 00:00:00 2001 From: Kiooeht Date: Fri, 13 May 2011 08:01:09 -0700 Subject: [PATCH] Bug fix: Create a working pesterchum.js file if one does not exist --- pesterchum.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pesterchum.py b/pesterchum.py index 18102a4..089fa2c 100644 --- a/pesterchum.py +++ b/pesterchum.py @@ -43,6 +43,7 @@ else: os.mkdir("profiles") if not os.path.exists("pesterchum.js"): f = open("pesterchum.js", 'w') + f.write("{}") f.close() class waitingMessageHolder(object):