Skip to content

Commit

Permalink
:
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Jan 5, 2025
1 parent 1521b72 commit e4b8802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/modules/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async def log_callback(_, query):
data = query.data.split()
if user_id != int(data[1]):
return await query.answer(text="This message not your's!", show_alert=True)
if data[2] == "view"
if data[2] == "view":
await query.answer()
async with aiopen("log.txt") as f:
log_file_lines = (await f.read()).splitlines()
Expand Down

0 comments on commit e4b8802

Please sign in to comment.