Creates new directory

This commit is contained in:
Oleg Silkin 2019-05-20 02:55:02 -04:00
parent c7912becf8
commit 2e39c729d3
5 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1 @@

View file

@ -95,6 +95,7 @@ class CommentServer:
})
if __name__ == '__main__':
app = CommentServer()
asyncio.run(app.run())

View file

@ -1,2 +0,0 @@
from src.database import DatabaseConnection
from src.conf import database_dir, anonymous