Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Fixed Wget Error
  • Loading branch information
3 authored Apr 25, 2018
1 parent f305203 commit 5e3a5ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Mercury.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import socket
import re
import json
import wget
import socket
import urllib
import urllib2
Expand All @@ -36,7 +35,6 @@
try:
import re
import json
import wget
import socket
import urllib
import smtplib
Expand All @@ -55,7 +53,7 @@
except ImportError: #If you dont have the required modules this error will help install them for you
print ('\033[4m Do you have all of the needed Modules ?')
time.sleep(1)
yn = raw_input('Would You Like To Install Them Now? y/n: ')
yn = raw_input('Would You Like To Install Them Now? y/n (I highly recommend you manually install the modules!!!): ')
if yn == 'n':
pass
if yn == 'y':
Expand Down

0 comments on commit 5e3a5ae

Please sign in to comment.