Update telegram_helper.py
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ class TelegramHelper:
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
self.telegram_bot_token = os.getenv('TELEGRAM_BOT_TOKEN')
|
||||
self.repo_path = os.getenv("GITHUB_WORKSPACE", ".")
|
||||
self.repo_path = os.getenv("GITHUB_REPOSITORY", ".")
|
||||
self.repo = git.Repo(self.repo_path)
|
||||
self.start_time = time.time()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user