Skip to content

Commit

Permalink
Version checker time update
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy-L authored Aug 9, 2023
1 parent 6306416 commit 4d4a678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parakit.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def get_required_packages(requirements_path):
subprocess.run([_python_exe, _script_path])

#Inform users if running non-latest version
VERSION_DATE = datetime(2023, 8, 8, 22, 0) #note for the dev: always set to slightly in the future before commit or else...
VERSION_DATE = datetime(2023, 8, 9, 5, 0) #note for the dev: always set to slightly in the future before commit or else...

try:
_commits_response = requests.get('https://api.github.com/repos/Guy-L/parakit/commits?sha=master')
Expand Down Expand Up @@ -108,4 +108,4 @@ def get_required_packages(requirements_path):
print('If this happens and you\'re not sure how to proceed, feel free to contact the developer.')

#Prevent instant exit
input_exit()
input_exit()

0 comments on commit 4d4a678

Please sign in to comment.