mirror of
https://github.com/myned/modufur.git
synced 2024-12-25 14:47:29 +00:00
Added auto_rev
This commit is contained in:
parent
d8618303a4
commit
d8d4b85074
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ def dump(obj, filename):
|
||||||
|
|
||||||
|
|
||||||
settings = setdefault('settings.pkl', {'del_ctx': []})
|
settings = setdefault('settings.pkl', {'del_ctx': []})
|
||||||
tasks = setdefault('cogs/tasks.pkl', {'auto_del': []})
|
tasks = setdefault('cogs/tasks.pkl', {'auto_del': [], 'auto_rev': []})
|
||||||
|
|
||||||
session = aiohttp.ClientSession()
|
session = aiohttp.ClientSession()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue