Skip to content

Commit

Permalink
Fixes #125
Browse files Browse the repository at this point in the history
  • Loading branch information
s0md3v authored Apr 6, 2019
1 parent dab63ee commit 42bb671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def updater():
print('%s Checking for updates' % run)
# Changes must be separated by ;
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')
latest_commit = requester('https://raw.githubusercontent.com/s0md3v/Photon/master/core/updater.py', host='github.com')
# Just a hack to see if a new version is available
if changes not in latest_commit:
changelog = re.search(r"changes = '''(.*?)'''", latest_commit)
Expand Down

0 comments on commit 42bb671

Please sign in to comment.