fixed a few typos
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import pickle
|
||||
|
||||
mysql_cfg = {
|
||||
'host':'127.0.0.1',
|
||||
'user':'website',
|
||||
'password':'henrypump',
|
||||
'database':'poconsole'
|
||||
'host': '127.0.0.1',
|
||||
'user': 'website',
|
||||
'password': 'henrypump',
|
||||
'database': 'poconsole'
|
||||
}
|
||||
|
||||
with open('mysql_cfg.pickle', 'wb') as pickleconfig:
|
||||
|
||||
@@ -66,7 +66,7 @@ def main():
|
||||
configProperties['save_all'] = False
|
||||
else:
|
||||
configProperties['save_all'] = "test"
|
||||
print("FYI, value for save_all is {0}".format(configProperties['save_all']))'save_all']))
|
||||
print("FYI, value for save_all is {0}".format(configProperties['save_all']))
|
||||
except KeyError:
|
||||
print("FYI, there is no save_all value stored in the database, using 'test'")
|
||||
configProperties['save_all'] = 'test'
|
||||
|
||||
Reference in New Issue
Block a user