1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 13:02:38 +00:00

Renamed background.pkl to tasks.pkl

This commit is contained in:
Myned 2017-10-13 01:23:47 -04:00
parent 33c80c7afd
commit a905f3b945

View file

@ -28,7 +28,7 @@ def dump(obj, filename):
pkl.dump(obj, outfile)
background = setdefault('./cogs/background.pkl', {})
tasks = setdefault('./cogs/tasks.pkl', {})
with open('config.json') as infile:
config = json.load(infile)