Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Fix (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
anasty17 authored May 31, 2021
1 parent 31bfcab commit 3589065
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(self, listener):
self.__name = ""
self.__gid = ''
self.__start_time = time.time()
self.__user_bot = app
self._bot = app
self.__is_cancelled = False

@property
Expand Down

0 comments on commit 3589065

Please sign in to comment.