Skip to content
Snippets Groups Projects
Commit dcf007c3 authored by tuhe's avatar tuhe
Browse files

CICD

parent 6218e563
No related branches found
No related tags found
No related merge requests found
Pipeline #8681 failed
No preview for this file type
File deleted
File deleted
......@@ -18,12 +18,14 @@ if __name__ == "__main__":
print("getting...")
driver.get("https://google.com")
print("Got it.")
return
lc = LearnConfig(password=password)
print("Is token valid?", lc.is_token_valid())
print("token", lc.cc['access_token'])
print("refresh", lc.cc['refresh_token'])
# lc = LearnConfig(password=password)
# print("Is token valid?", lc.is_token_valid())
# print("token", lc.cc['access_token'])
# print("refresh", lc.cc['refresh_token'])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment