Skip to content

Commit

Permalink
Fixed reminant of debugging back to original
Browse files Browse the repository at this point in the history
  • Loading branch information
LavaTiger99 committed Jul 15, 2020
1 parent fa5d850 commit 16bcf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion G14Control.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ if __name__ == "__main__":
G14dir = None
get_app_path()
config = load_config() # Make the config available to the whole script
if True: # If running as admin or in debug mode, launch program
if is_admin() or config['debug']: # If running as admin or in debug mode, launch program
current_plan = config['default_starting_plan']
default_ac_plan = config['default_ac_plan']
default_dc_plan = config['default_dc_plan']
Expand Down

0 comments on commit 16bcf10

Please sign in to comment.