1
0
mirror of https://github.com/civsocit/olgram.git synced 2025-12-16 01:06:16 +00:00
This commit is contained in:
mihalin
2022-01-19 15:48:50 +03:00
parent 173014fda0
commit d0f9042fb6
3 changed files with 1 additions and 7 deletions

View File

@@ -1,9 +1,6 @@
import asyncio
import logging
from olgram.migrations.custom import migrate
logging.basicConfig(level=logging.INFO)
if __name__ == '__main__':
asyncio.get_event_loop().run_until_complete(migrate())