Skip to content

Commit

Permalink
added v1.1.1 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
s0md3v committed Aug 29, 2018
1 parent e199fb2 commit 61819c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions photon.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
/ %s__%s \/ /_ ____ / /_____ ____
/ %s/_/%s / __ \/ %s__%s \/ __/ %s__%s \/ __ \\
/ ____/ / / / %s/_/%s / /_/ %s/_/%s / / / /
/_/ /_/ /_/\____/\__/\____/_/ /_/ %sv1.0.7%s\n''' %
/_/ /_/ /_/\____/\__/\____/_/ /_/ %sv1.1.1%s\n''' %
(red, white, red, white, red, white, red, white, red, white, red, white, red, white, end))

warnings.filterwarnings('ignore') # Disable SSL related warnings
Expand Down Expand Up @@ -83,7 +83,7 @@

def update():
print('%s Checking for updates' % run)
changes = '''added option to extract secret keys;several bug fixes''' # Changes must be seperated by ;
changes = '''x2 faster for python > 3.2;reduced false positives in secret keys;bug fixes''' # Changes must be seperated by ;
latest_commit = get('https://raw.githubusercontent.com/s0md3v/Photon/master/photon.py').text

if changes not in latest_commit: # just a hack to see if a new version is available
Expand Down

0 comments on commit 61819c4

Please sign in to comment.