Skip to content

Commit

Permalink
Update bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
h1w authored Jun 16, 2021
1 parent d3bfce7 commit ee3c421
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import pyffmpeg
from PIL import Image, ImageDraw, ImageFont
from io import BytesIO
import re

work_directory = os.path.dirname(os.path.abspath(__file__))
downloads_directory = work_directory+'/downloads'
Expand Down Expand Up @@ -97,4 +96,4 @@ async def help(message: aiogram.types.Message):
elif params[1] == 'link':
await message.answer('link help')
if __name__ == '__main__':
aiogram.executor.start_polling(dp, skip_updates=False)
aiogram.executor.start_polling(dp, skip_updates=False)

0 comments on commit ee3c421

Please sign in to comment.