@@ -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(3)
+ return HttpResponse("return this string???./>,>")
print("ABC123+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++===")