Skip to content

Commit

Permalink
Renamed logfile to better distinguish it.
Browse files Browse the repository at this point in the history
  • Loading branch information
samclane committed May 7, 2018
1 parent 3483379 commit 0e45f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import color_thread
from resources import main_icon

HEARTBEAT_RATE = 3000 # 3 seconds
LOGFILE = 'logging.log'
LOGFILE = 'lifx_ctrl.log'
# determine if application is a script file or frozen exe
if getattr(sys, 'frozen', False):
application_path = os.path.dirname(sys.executable)
Expand Down

0 comments on commit 0e45f3d

Please sign in to comment.