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

CICD

parent 60564807
No related branches found
No related tags found
No related merge requests found
Pipeline #8677 failed
......@@ -10,7 +10,7 @@ if __name__ == "__main__":
os.mkdir(pages)
with open(pages + "/index.html", 'w') as f:
f.write("hello world! " + password)
from learn_config import LearnConfig
from unlearn.learn_config import LearnConfig
lc = LearnConfig(password=password)
print("Is token valid?", lc.is_token_valid())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment