bhagatsuryainatom commited on
Commit
4a06617
1 Parent(s): 9eaa504

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
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)