Skip to content

Commit 6ac2716

Browse files
committed
no mroe bug :)
1 parent 196d23d commit 6ac2716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ def generate_new_round(*_, first: dict[str, Any] = None, second: dict[str, Any]
884884
PLAY_ITEMS.cur_img = resize_image(c, settings.image_width, settings.use_width_as_height, settings.image_ratio)
885885

886886

887-
def update_game_widgets():
887+
def update_game_widgets(_):
888888
return handle_error(11, "Not Implemented!")
889889

890890

0 commit comments

Comments
 (0)