Skip to content

Commit

Permalink
Release 5.16.1 Remove GIt Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonius7 committed Nov 7, 2024
1 parent 48c5b9a commit e1ee6df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#import threading
#import queue
import zipfile
import git
#import git

##########################################
### CONSTANTS
Expand Down
5 changes: 4 additions & 1 deletion manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ThemeSelected" : {"set" : ""}
}

### INSTALL Functions
### THREADING Functions
### ================================

def worker0a(q: queue.Queue, event: Event, controller):
Expand Down Expand Up @@ -118,6 +118,9 @@ def threads_execute_refresh_steam(thread_data, controller):
print("Unable to refresh Steam window.", file=sys.stderr)
old_glory.print_traceback()

### INSTALL Functions
### ================================

def install_click(event, page, controller):
if str(event.widget['state']) == 'normal':
try:
Expand Down

0 comments on commit e1ee6df

Please sign in to comment.