Skip to content

Commit

Permalink
updated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
s0md3v authored Jan 26, 2019
1 parent 3ee70d8 commit b890528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def updater():
"""
print('%s Checking for updates' % run)
# Changes must be separated by ;
changes = "--headers option for interactive HTTP header input"
changes = "cloning (mirroring) feature;fixed sitemap.xml parsing;reuse tcp connection to boost speed;handle redirect loops;csv export support;other minor bug fixes"
latest_commit = requester('https://raw.githubusercontent.com/s0md3v/Photon/master/photon.py', host='github.com').text
# Just a hack to see if a new version is available
if changes not in latest_commit:
Expand All @@ -35,4 +35,4 @@ def updater():
% (path, folder, path, path, folder))
print('%s Update successful!' % good)
else:
print('%s Photon is up to date!' % good)
print('%s Photon is up to date!' % good)

0 comments on commit b890528

Please sign in to comment.