mirror of
https://gitlab.com/oloturia/fumcaso.git
synced 2025-01-06 21:47:17 +01:00
typo
This commit is contained in:
parent
c20f17ea32
commit
20b5aedc37
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue