Removed default value in bot

This commit is contained in:
Florian Kellermann
2022-04-26 09:31:25 +02:00
parent 585d290355
commit eac839f0bd
2 changed files with 1 additions and 2 deletions

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)
def send_to_user(pText, pUser_id = 1770205310):
def send_to_user(pText, pUser_id):
""" Send message to user
:type pText: string