Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fc5d543

Browse files
Update Shortest Path Finder.py
Corrected the width of the Screen from 600 -> 595 to avoid the "List index out of range error" and making the grid symmetric.
1 parent 195e75b commit fc5d543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Shortest-Path-Finder (GUI)/Shortest Path Finder.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from queue import PriorityQueue
77

88

9-
WIDTH = 600
9+
WIDTH = 595
1010
WIN = pg.display.set_mode((WIDTH, WIDTH))
1111
pg.display.set_caption("Shortest Path Finder")
1212

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /