Creates new directory
This commit is contained in:
parent
c7912becf8
commit
2e39c729d3
5 changed files with 2 additions and 2 deletions
1
lbry-comment-server/__init__.py
Normal file
1
lbry-comment-server/__init__.py
Normal file
|
@ -0,0 +1 @@
|
||||||
|
|
|
@ -95,6 +95,7 @@ class CommentServer:
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app = CommentServer()
|
app = CommentServer()
|
||||||
asyncio.run(app.run())
|
asyncio.run(app.run())
|
|
@ -1,2 +0,0 @@
|
||||||
from src.database import DatabaseConnection
|
|
||||||
from src.conf import database_dir, anonymous
|
|
Loading…
Reference in a new issue