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

CICD

parent f7785f6f
No related branches found
No related tags found
No related merge requests found
Pipeline #8699 passed
......@@ -237,7 +237,7 @@ class S(BaseHTTPRequestHandler):
print(query.query)
code = query.query.split('=')[1].split('&')[0]
S.CODE = code
self.wfile.write(self._html(f"url: {url}<br>Code was: {code}"))
self.wfile.write(self._html(f"url: {self.path}<br>Code was: {code}"))
def do_HEAD(self):
self._set_headers()
......
......@@ -16,7 +16,7 @@ if __name__ == "__main__":
if not os.path.isdir(pages):
os.mkdir(pages)
with open(pages + "/index.html", 'w') as f:
f.write("hello world! " + password)
f.write("hello world!")
from unlearn.learn_config import LearnConfig
from webdriver_manager.firefox import GeckoDriverManager
from selenium import webdriver
......
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