Browse Source

auto commit

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

+ 8
- 5
wsps/tasks_loop.py View File

15
 
15
 
16
 # hot_reload_build = True
16
 # hot_reload_build = True
17
 hot_reload_build = False
17
 hot_reload_build = False
18
-if not hot_reload_build:
19
-	import wsps.hot_reload_temp_staging
20
-else:
21
-	pass
22
-	# import wsps.hot_reload_temp_staging
18
+
23
 p=print
19
 p=print
24
 
20
 
25
 async def anop(*a,**kw):pass
21
 async def anop(*a,**kw):pass
420
 	glob_cl.rman.rld_files()
416
 	glob_cl.rman.rld_files()
421
 glob_cl =  globCL()
417
 glob_cl =  globCL()
422
 
418
 
419
+if not hot_reload_build:
420
+	import wsps.hot_reload_temp_staging
421
+else:
422
+	pass
423
+	# import wsps.hot_reload_temp_staging
424
+
425
+
423
 if hot_reload_build:
426
 if hot_reload_build:
424
 	glob_cl.rman.rld_files()
427
 	glob_cl.rman.rld_files()
425
 else:
428
 else:

Loading…
Cancel
Save