Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -286,5 +286,10 @@ async def on_message(message):
|
|
| 286 |
@check_camera_status.before_loop
|
| 287 |
async def before_camera_check():
|
| 288 |
await bot.wait_until_ready()
|
| 289 |
-
iface.launch(inline=False, share=True)
|
| 290 |
bot.run(TOKEN)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 286 |
@check_camera_status.before_loop
|
| 287 |
async def before_camera_check():
|
| 288 |
await bot.wait_until_ready()
|
|
|
|
| 289 |
bot.run(TOKEN)
|
| 290 |
+
|
| 291 |
+
|
| 292 |
+
|
| 293 |
+
|
| 294 |
+
|
| 295 |
+
iface.launch(inline=False, share=True)
|