made the /bk_week_get function properly... and a bunch more that i forgor
This commit is contained in:
+6
-1
@@ -7,6 +7,7 @@ from macros import *
|
||||
import bot as botPy
|
||||
import data
|
||||
import py_websocket
|
||||
import posts
|
||||
|
||||
|
||||
def main():
|
||||
@@ -32,4 +33,8 @@ def main():
|
||||
time.sleep(1)
|
||||
continue
|
||||
|
||||
asyncio.run(py_websocket.send_message("[Connection test] Hello from Python!"))
|
||||
asyncio.run(py_websocket.send_message("[Connection test] Hello from Python!"))
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user