1
0
Fork 0
mirror of https://gitlab.com/oloturia/fumcaso.git synced 2025-01-06 21:47:17 +01:00
This commit is contained in:
oloturia 2020-12-29 02:19:51 +01:00
parent c20f17ea32
commit 20b5aedc37

View file

@ -178,7 +178,7 @@ def readConfig(profile=False,platform=False):
try:
text = config[profile][platform]["text"]
except KeyError:
postText = False
text = False
return {"saveLocation":saveLocation,"imagesLocation":imagesLocation,"csvLocation":csvLocation,"font":font,"token":token,"filename":filename,"xSize":xSize,"ySize":ySize,"panelLength":panelLength,"csvTree":csvTree,"csvSpeech":csvSpeech,"csvSubs":csvSubs,"csvObj":csvObj,"text":text}
filename = config[profile]["filename"]