MillanK

Results 1 issues of MillanK

The following method is not working with error related to flask data format ``` @app.route('/cursor_position', methods=['GET']) def get_cursor_position(): return pyautogui.position().x, pyautogui.position().y ```