randydev commited on
Commit
7d771af
·
verified ·
1 Parent(s): 0a54fe2

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -50,5 +50,6 @@ async def tiktok_downloader(client: Client, message: Message):
50
  await dll.delete()
51
  except Exception as e:
52
  await message.reply_text(f"Error: {str(e)}")
 
53
 
54
  client.run()
 
50
  await dll.delete()
51
  except Exception as e:
52
  await message.reply_text(f"Error: {str(e)}")
53
+ await dll.delete()
54
 
55
  client.run()