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