share handler in api_handler
This commit is contained in:
parent
6289e5dc71
commit
cc70f8c478
@ -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)
|
Loading…
Reference in New Issue
Block a user