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

Temp fix for temp folder not being created

This commit is contained in:
Myned 2017-10-17 18:10:00 -04:00
parent 1cc3a3736e
commit 5ea671d764

View file

@ -62,7 +62,7 @@ def dump(obj, filename, *, json=False):
settings = setdefault('settings.pkl', {'del_ctx': []})
tasks = setdefault('cogs/tasks.pkl', {'auto_del': [], 'auto_qual': [], 'auto_rev': []})
temp = setdefault('temp/temp.pkl', {})
temp = setdefault('temp.pkl', {})
RATE_LIMIT = 2.2
session = aiohttp.ClientSession()