share handler in api_handler

This commit is contained in:
Florian Kellermann 2022-04-04 16:38:15 +02:00
parent 6289e5dc71
commit cc70f8c478

View File

@ -248,4 +248,6 @@ if __name__ == "__main__":
print(handler.token)
keywords = handler.get_user_keywords(user_id = 1709356058) #user_id is currently mine (Linus)
print(keywords)
shares = handler.get_user_portfolio(user_id = 1709356058)
print(shares)
sys.exit(1)