Browse Source

auto commit

master
jfinn 2 years ago
parent
commit
dc7acd9702
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      wsps/tasks_loop.py

+ 2
- 1
wsps/tasks_loop.py View File

@@ -17,7 +17,8 @@ hot_reload_build = True
17 17
 if not hot_reload_build:
18 18
 	import wsps.hot_reload_temp_staging
19 19
 else:
20
-	import wsps.hot_reload_temp_staging
20
+	pass
21
+	# import wsps.hot_reload_temp_staging
21 22
 p=print
22 23
 
23 24
 async def anop(*a,**kw):pass

Loading…
Cancel
Save