mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-04-19 05:27:34 -05:00
Fix Typing
Type for printing
This commit is contained in:
parent
3572607c47
commit
b471f1073d
2
main.py
2
main.py
|
|
@ -45,7 +45,7 @@ def parseargs():
|
|||
elif argvalue in ['false','False','F','f']:
|
||||
argvalue = False
|
||||
presets[preset] = argvalue
|
||||
print "Setting preset " + preset + " to value " + argvalue
|
||||
print "Setting preset " + preset + " to value " + str(argvalue)
|
||||
|
||||
def save_allsets(AllSets):
|
||||
#TODO Create AllSets.json for Oracle
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user