Skip to content

Commit

Permalink
Change update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Thurion committed Jan 25, 2019
1 parent 0a643a9 commit 592ffa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
this = sys.modules[__name__] # For holding module globals

this.VERSION = "1.1"
this.VERSION_CHECK_URL = "https://gist.githubusercontent.com/Thurion/35553c9562297162a86722a28c7565ab/raw/update"
this.VERSION_CHECK_URL = "https://gist.githubusercontent.com/Thurion/35553c9562297162a86722a28c7565ab/raw/RSE_update_info"
this.newVersionInfo = None

this.LAST_EVENT_INFO = dict() # use only to read values. use clear() to clear but don't assign a new value to this variable!
Expand Down

0 comments on commit 592ffa1

Please sign in to comment.