Skip to content

Commit

Permalink
remove filename debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
adiranas committed Feb 8, 2018
1 parent b3bf144 commit 9cdb6bb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions SocialFish.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,12 @@ def connected(host='http://duckduckgo.com'):
def checkNgrok():
if path.isfile('Server/ngrok') == False:
print '[*] Downloading Ngrok...'

ostype = systemos().lower()

if architecture()[0] == '64bit':
filename = 'ngrok-stable-{0}-amd64.zip'.format(ostype)
else:
filename = 'ngrok-stable-{0}-386.zip'.format(ostype)
url = 'https://bin.equinox.io/c/4VmDzA7iaHb/' + filename
print '[*] Downloading ' + filename
download(url)
system('unzip ' + filename)
system('mv ngrok Server/ngrok')
Expand Down

0 comments on commit 9cdb6bb

Please sign in to comment.