Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
fix import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed Nov 24, 2021
1 parent 7dafbb1 commit af8d0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgEasy/helpers/handle_error.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async def start(client, message):
"""
import traceback

from . import logging
from .. import logging
with open("crash.log", "w+", encoding="utf-8") as log:
log.write(traceback.format_exc())
log.close()
Expand Down

0 comments on commit af8d0ee

Please sign in to comment.