Skip to content

Commit

Permalink
Merge pull request #14 from issei-m/fix-patch
Browse files Browse the repository at this point in the history
Fix patch
  • Loading branch information
issei-m authored Feb 25, 2024
2 parents 73e7b43 + 05153f1 commit a66f15a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bypassing_update_check.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- a.py 2022-12-05 18:31:34.000000000 +0900
+++ b.py 2022-12-05 18:32:23.000000000 +0900
@@ -1667,7 +1667,7 @@
--- a.py 2024-02-25 15:41:27
+++ b.py 2024-02-25 15:42:13
@@ -1808,7 +1808,7 @@

# setup
#######
- check_for_updates()
+ # check_for_updates() # Bypassing this update check which isn't necessary in running on a container.
check_statink_key()
if not getseed:
check_statink_key()
set_language()

0 comments on commit a66f15a

Please sign in to comment.