Bot to isin #86

Merged
NormalParameter merged 2 commits from bot into main 2022-04-26 07:37:08 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit eac839f0bd - Show all commits

View File

@ -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) 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 """ Send message to user
:type pText: string :type pText: string

View File

@ -19,7 +19,6 @@ import sys
from multiprocessing import Process from multiprocessing import Process
from apscheduler.schedulers.background import BackgroundScheduler from apscheduler.schedulers.background import BackgroundScheduler
from api_handling.api_handler import API_Handler from api_handling.api_handler import API_Handler
from news.news_fetcher import format_article
''' '''