Skip to content

Commit

Permalink
running on-click scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
innightwolfsleep committed Sep 13, 2023
1 parent d23ba7c commit cab25c7
Show file tree
Hide file tree
Showing 2 changed files with 266 additions and 83 deletions.
3 changes: 2 additions & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
from telegram_bot_wrapper import TelegramBotWrapper
from dotenv import load_dotenv

config_file_path="configs/telegram_config.json"
config_file_path = "configs/telegram_config.json"


def run_server(token):
if not token:
Expand Down
Loading

0 comments on commit cab25c7

Please sign in to comment.