mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-07-04 20:25:25 +02:00
Basic message relaying via WS
This commit is contained in:
@ -90,4 +90,4 @@ def bot_alive():
|
||||
return results
|
||||
|
||||
rate_limiter = Limiter(key_func=get_client_ipaddr) # Default limit by ip address
|
||||
socketio = SocketIO(path='gateway')
|
||||
socketio = SocketIO()
|
Reference in New Issue
Block a user