inventwithdean
commited on
Commit
·
784e32b
1
Parent(s):
fa72583
move to construction
Browse files- __pycache__/audience.cpython-310.pyc +0 -0
- __pycache__/guard.cpython-310.pyc +0 -0
- __pycache__/host.cpython-310.pyc +0 -0
- __pycache__/image_api.cpython-310.pyc +0 -0
- __pycache__/prompts.cpython-310.pyc +0 -0
- __pycache__/randomname.cpython-310.pyc +0 -0
- __pycache__/timing.cpython-310.pyc +0 -0
- __pycache__/tv_crew.cpython-310.pyc +0 -0
- __pycache__/validity.cpython-310.pyc +0 -0
- __pycache__/yt_chat.cpython-310.pyc +0 -0
- app.py +1 -1
__pycache__/audience.cpython-310.pyc
DELETED
|
Binary file (2.05 kB)
|
|
|
__pycache__/guard.cpython-310.pyc
DELETED
|
Binary file (1.13 kB)
|
|
|
__pycache__/host.cpython-310.pyc
DELETED
|
Binary file (2.49 kB)
|
|
|
__pycache__/image_api.cpython-310.pyc
DELETED
|
Binary file (834 Bytes)
|
|
|
__pycache__/prompts.cpython-310.pyc
DELETED
|
Binary file (1.35 kB)
|
|
|
__pycache__/randomname.cpython-310.pyc
DELETED
|
Binary file (625 Bytes)
|
|
|
__pycache__/timing.cpython-310.pyc
DELETED
|
Binary file (1.51 kB)
|
|
|
__pycache__/tv_crew.cpython-310.pyc
DELETED
|
Binary file (2 kB)
|
|
|
__pycache__/validity.cpython-310.pyc
DELETED
|
Binary file (380 Bytes)
|
|
|
__pycache__/yt_chat.cpython-310.pyc
DELETED
|
Binary file (2.67 kB)
|
|
|
app.py
CHANGED
|
@@ -52,7 +52,7 @@ streamChatHost = StreamChatHost(client, tv_crew_chat, guardian)
|
|
| 52 |
thread_time_manager = threading.Thread(target=timeManager.guest_time_limit, daemon=True)
|
| 53 |
thread_time_manager.start()
|
| 54 |
|
| 55 |
-
in_construction =
|
| 56 |
|
| 57 |
app = FastAPI()
|
| 58 |
|
|
|
|
| 52 |
thread_time_manager = threading.Thread(target=timeManager.guest_time_limit, daemon=True)
|
| 53 |
thread_time_manager.start()
|
| 54 |
|
| 55 |
+
in_construction = True
|
| 56 |
|
| 57 |
app = FastAPI()
|
| 58 |
|