api adress updated
This commit is contained in:
parent
0b8ae845ed
commit
a2aed53bc8
@ -38,8 +38,8 @@ bot_version = "0.2.1"
|
||||
user_list = []
|
||||
|
||||
#create api handler
|
||||
api_handler = API_Handler("https://aktienbot.flokaiser.com/api", str(os.getenv("BOT_EMAIL")), str(os.getenv("BOT_PASSWORD")))
|
||||
print(api_handler.token)
|
||||
api_handler = API_Handler("https://gruppe1.testsites.info/api", str(os.getenv("BOT_EMAIL")), str(os.getenv("BOT_PASSWORD")))
|
||||
print("Webserver Token: " + str(api_handler.token))
|
||||
|
||||
class User: # Currently saving users in this class to test functionality -> later database
|
||||
def __init__(self, p_user_id, p_user_name, p_chat_id):
|
||||
|
Loading…
Reference in New Issue
Block a user