Browse Source

auto commit

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

+ 2
- 0
wsps/tasks_loop.py View File

@@ -16,6 +16,8 @@ from asgiref.sync import async_to_sync,sync_to_async
16 16
 hot_reload_build = True
17 17
 if not hot_reload_build:
18 18
 	import wsps.hot_reload_temp_staging
19
+else:
20
+	import wsps.hot_reload_temp_staging
19 21
 p=print
20 22
 
21 23
 async def anop(*a,**kw):pass

Loading…
Cancel
Save