Browse Source

auto commit

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

+ 2
- 1
wsps/tasks_loop.py View File

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

Loading…
Cancel
Save