Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 05881d3

Browse files
Update temp_sign_up_tool.py
The website is opened now when the link is clicked...Previously it did not open any webpage
1 parent 44baae0 commit 05881d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Temporary-Sign-Up-Tool/temp_sign_up_tool.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def getResultInChromeTab(name, password, email, link):
8787
f.write('<p> Username: ' + name + "</p>")
8888
f.write('<p> Password: ' + password + "</p>")
8989
f.write('<p> Email Id: ' + email + "</p>")
90-
f.write('<a href = "url"> Link: ' + link + "</a>")
90+
f.write(f'<a href = {link}> Link: ' + link + "</a>")
9191
f.close()
9292
webbrowser.open("tempRegistration.html")
9393

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /