diff --git a/telegram_bot/bot.py b/telegram_bot/bot.py index 9e97a09..684f96c 100644 --- a/telegram_bot/bot.py +++ b/telegram_bot/bot.py @@ -267,7 +267,7 @@ def update_for_user(message): send_to_user("No shares found for your account. Check https://gruppe1.testsites.info to change your settings and add shares.", pUser_id=p_user_id) -def send_to_user(pText, pUser_id = 1770205310): +def send_to_user(pText, pUser_id): """ Send message to user :type pText: string diff --git a/telegram_bot/bot_updates.py b/telegram_bot/bot_updates.py index 47cefa7..6d81fcd 100644 --- a/telegram_bot/bot_updates.py +++ b/telegram_bot/bot_updates.py @@ -19,7 +19,6 @@ import sys from multiprocessing import Process from apscheduler.schedulers.background import BackgroundScheduler from api_handling.api_handler import API_Handler -from news.news_fetcher import format_article '''