New watchdog module based file change watching
This commit is contained in:
parent
75d8338f2d
commit
e92f3ea100
5 changed files with 41 additions and 42 deletions
|
@ -123,7 +123,7 @@ class UiServer:
|
|||
if config.debug:
|
||||
# Auto reload UiRequest on change
|
||||
from Debug import DebugReloader
|
||||
DebugReloader(self.reload)
|
||||
DebugReloader.watcher.addCallback(self.reload)
|
||||
|
||||
# Werkzeug Debugger
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue