diff --git a/app.py b/app.py index 7b6ef66..d96ede8 100644 --- a/app.py +++ b/app.py @@ -1804,7 +1804,7 @@ def qr_destination(qr_url): return render_template('qr_not_found.html'), 500 @app.route('/qr//checkin', methods=['POST']) -def qr_checkin_enhanced(qr_url): +def qr_checkin(qr_url): """ Enhanced staff check-in with improved location accuracy calculation """