Skip to content

Commit fd05211

Browse files
committed
Bug Fixed
Also compressed the executable size
1 parent 339f3be commit fd05211

File tree

14 files changed

+4220
-15181
lines changed

14 files changed

+4220
-15181
lines changed

App.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def validate_sudoku(index,val):
3434
row = int(index)//9
3535
col = int(index)%9
3636
value = 0
37+
updated_sudoku[row][col] = value
3738
if val != "":
3839
value = int(val)
3940
eel.validate(index,Sudoku().validate_cell(updated_sudoku,value,row,col))

Sudoku App.exe

-2.56 MB
Binary file not shown.

Sudoku App.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ a = Analysis(['App.py'],
1010
hiddenimports=['bottle_websocket'],
1111
hookspath=[],
1212
runtime_hooks=[],
13-
excludes=['win32com', 'numpy', 'cryptography'],
13+
excludes=['win32com', 'numpy', 'cryptography', 'FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
1414
win_no_prefer_redirects=False,
1515
win_private_assemblies=False,
1616
cipher=block_cipher,

build/Sudoku App/Analysis-00.toc

Lines changed: 1517 additions & 4240 deletions
Large diffs are not rendered by default.

build/Sudoku App/EXE-00.toc

Lines changed: 1155 additions & 3880 deletions
Large diffs are not rendered by default.

build/Sudoku App/PKG-00.pkg

-2.56 MB
Binary file not shown.

build/Sudoku App/PKG-00.toc

Lines changed: 1154 additions & 3879 deletions
Large diffs are not rendered by default.

build/Sudoku App/PYZ-00.pyz

-55 KB
Binary file not shown.

build/Sudoku App/PYZ-00.toc

Lines changed: 357 additions & 363 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)