mirror of
https://github.com/FAUSheppy/ths-datenlogger
synced 2025-12-06 04:11:34 +01:00
remove obsolete constant declaration
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
from config_parse import CFG
|
from config_parse import CFG
|
||||||
GLOBAL_FONT = {'family':CFG("font"),'weight':'normal','size': CFG("global_text_size")}
|
GLOBAL_FONT = {'family':CFG("font"),'weight':'normal','size': CFG("global_text_size")}
|
||||||
BASE_PATH=CFG("default_source_path")
|
|
||||||
SOURCE_PATH=CFG("default_target_dir")
|
SOURCE_PATH=CFG("default_target_dir")
|
||||||
FIGURE=0
|
FIGURE=0
|
||||||
AXIS=1
|
AXIS=1
|
||||||
|
|||||||
Reference in New Issue
Block a user