Skip to content

Commit

Permalink
Change lock limit to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
SuppliedOrange committed Jun 12, 2023
1 parent e0f68af commit f2f5190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
GITHUB = 'https://github.com/SuppliedOrange/'

# Customize this to your preference
LOOP_DELAY = 5
LOOP_DELAY = 4
LOCK_DELAY = 0
HOVER_DELAY = 0

Expand Down Expand Up @@ -180,4 +180,4 @@ def open_github():
INITIALIZING THE EEL APPLICATION
'''
eel.init('web')
eel.start( 'index.html', size=(SCREEN_DIMENSIONS), port=0 )
eel.start( 'index.html', size=(SCREEN_DIMENSIONS), port=0 )

0 comments on commit f2f5190

Please sign in to comment.