Changeset - d9fe2f39847e
[Not reviewed]
default
0 1 0
Dennis Fink - 10 years ago 2015-07-08 22:21:51

pep8 active.py
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
spaceapi/active.py
Show inline comments
 
@@ -6,12 +6,13 @@ import os.path
 
default_json_file = os.path.abspath('default.json')
 
last_state_file = os.path.abspath('laststate.json')
 

	
 
default_json = {}
 
active_json = {}
 

	
 

	
 
def reload_json():
 
    global default_json
 
    global active_json
 

	
 
    default_json = json.load(open(default_json_file, encoding='utf-8'))
 

	
0 comments (0 inline, 0 general)