Skip to content

Commit fce2d25

Browse files
committed
restoring theme file watch, for testing purposes
1 parent 2b6ac48 commit fce2d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyradio/radio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ def _wait_for_theme_to_change(self, file, a_lock, stop, func):
11751175
logger.debug('File watch thread stopped on: {}'.format(file))
11761176

11771177
def run(self):
1178-
# self._watch_theme()
1178+
self._watch_theme()
11791179
self._register_signals_handlers()
11801180
if self.ws.operation_mode == self.ws.DEPENDENCY_ERROR:
11811181
self.log.write(msg="Dependency missing. Press any key to exit....", error_msg=True)

0 commit comments

Comments
 (0)