@@ -9,8 +9,8 @@ import hrld.test_imp
from django.http import HttpResponse
def myview(request):
+ hrld.test_imp.run_hrld(2)
return HttpResponse("return this string")
- hrld.test_imp.run_hrld()
print("ABC123+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++===")