mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2024-10-01 03:35:38 -04:00
pantalaimon: Move the daemon into it's subdir.
This commit is contained in:
parent
c6c04b68db
commit
2702b51698
@ -189,7 +189,6 @@ class ProxyDaemon:
|
||||
This method is called when we shut the whole app down
|
||||
"""
|
||||
for client in self.client_sessions.values():
|
||||
print("CLOSING CLIENT {}".format(client))
|
||||
await client.close()
|
||||
|
||||
if self.default_session:
|
5
setup.py
5
setup.py
@ -18,7 +18,10 @@ setup(
|
||||
"appdirs",
|
||||
"aiohttp-socks",
|
||||
"typing;python_version<'3.5'",
|
||||
"matrix-nio @ git+https://github.com/poljar/matrix-nio.git@master#egg=matrix-nio-0"
|
||||
"matrix-nio @ git+https://github.com/poljar/matrix-nio.git@async#egg=matrix-nio-0"
|
||||
],
|
||||
entry_points={
|
||||
"console_scripts": ["pantalaimon=pantalaimon.daemon:main"],
|
||||
},
|
||||
zip_safe=False
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user