Skip to content

Commit

Permalink
First
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncheung00 committed Sep 7, 2023
1 parent 60a1fc0 commit 5c9a7fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 367 deletions.
366 changes: 0 additions & 366 deletions puzzlesolver/puzzles/AutoGUI_v2_Puzzles.py

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/server/src/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from flask_cors import CORS
from puzzlesolver.puzzles import PuzzleManager
from puzzlesolver.util import PuzzleException, PuzzleValue
from puzzlesolver.puzzles.AutoGUI_v2_Puzzles import *
from puzzlesolver.puzzles.image_autogui_data import *
from puzzlesolver.puzzles.AutoGUI_Status import get_gui_status
from werkzeug.exceptions import InternalServerError
from . import puzzle_solved_variants
Expand Down

0 comments on commit 5c9a7fa

Please sign in to comment.