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:
parent
33c80c7afd
commit
a905f3b945
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue