Skip to content

Commit 85b72f6

Browse files
authored
Changed QR URL
1 parent 179f704 commit 85b72f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ingresos.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def schedule_tasks():
142142
def index():
143143
global estudiantes_dentro
144144

145-
qr_url = "https://sebadinator.pythonanywhere.com/"
145+
qr_url = "https://socuai.pythonanywhere.com/"
146146
qr_code = generar_codigo_qr(qr_url)
147147

148148
return render_template(

0 commit comments

Comments
 (0)