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 9edc526

Browse files
Merge pull request avinashkranjan#678 from chaitanyabisht/patch-1
Update temp_sign_up_tool.py
2 parents 97258b1 + 05881d3 commit 9edc526

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 によって変換されたページ (->オリジナル) /