Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #21 from ACHIYA96/patch-3
Browse files Browse the repository at this point in the history
fix for commit for rename cmds
  • Loading branch information
Amirul Andalib authored Jun 4, 2021
2 parents 43f21e9 + c3918ac commit df40bad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tobrot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
CLONE_COMMAND_G = os.environ.get("CLONE_COMMAND_G", "gclone")
UPLOAD_COMMAND = os.environ.get("UPLOAD_COMMAND", "upload")
RENEWME_COMMAND = os.environ.get("RENEWME_COMMAND", "renewme")
RENAME_COMMAND = os.environ.get("RENAME_COMMAND", "rename")
BOT_START_TIME = time.time()
# dict to control uploading and downloading
gDict = defaultdict(lambda: [])
Expand Down

0 comments on commit df40bad

Please sign in to comment.