We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e848b5f commit 5e23127Copy full SHA for 5e23127
curlpy.py
@@ -10,7 +10,7 @@
10
11
login_data = urllib.urlencode({'email' : 'office@mos.org', 'start' : 'go'
12
})
13
-#ss
+#
14
resp = opener.open('https://www.hscripts.com/tools/mailid-validation/', login_data)
15
the_page = resp.read()
16
0 commit comments