Ver código fonte

auto commit

master
jfinn 9 meses atrás
pai
commit
f5cd822445
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      edan_v1/hrld/views.py

+ 1
- 1
edan_v1/hrld/views.py Ver arquivo

@@ -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)
12 13
     return HttpResponse("return this string")
13
-    hrld.test_imp.run_hrld()
14 14
 
15 15
 
16 16
 print("ABC123+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++===")

Carregando…
Cancelar
Salvar