Skip to content

Commit

Permalink
Update DesktopPet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pomtom44 authored Nov 27, 2023
1 parent 6a97eb5 commit 4d89a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DesktopPet.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


#Static Variables
update_ver = 4
update_ver = 8
xmin = 0
xmax = 0
menu_ver = "Version: " + str(update_ver)
Expand Down Expand Up @@ -437,4 +437,4 @@ def guiloop():

#No Config, Throw error
except IOError:
ctypes.windll.user32.MessageBoxW(0, error_missingConfig, "Error", 0)
ctypes.windll.user32.MessageBoxW(0, error_missingConfig, "Error", 0)

0 comments on commit 4d89a8e

Please # to comment.