Browse Source

auto commit

master
jfinn 9 months ago
parent
commit
cbe73ba0a7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      edan_v1/hrld/views.py

+ 1
- 1
edan_v1/hrld/views.py View File

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

Loading…
Cancel
Save