Explorar el Código

auto commit

master
jfinn hace 9 meses
padre
commit
f236a2a4c0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      edan_v1/hrld/views.py

+ 2
- 2
edan_v1/hrld/views.py Ver fichero

@@ -9,8 +9,8 @@ import hrld.test_imp
9 9
 from django.http import HttpResponse
10 10
 
11 11
 def myview(request):
12
-    hrld.test_imp.run_hrld(2)
13
-    return HttpResponse("return this string???./>>")
12
+    hrld.test_imp.run_hrld(3)
13
+    return HttpResponse("return this string???./>,>")
14 14
 
15 15
 
16 16
 print("ABC123+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++===")

Loading…
Cancelar
Guardar