diff --git a/client.pyw b/client.pyw index e6ff625c..3641fe90 100755 --- a/client.pyw +++ b/client.pyw @@ -50,8 +50,14 @@ try: HydrusGlobals.view_shutdown = True HydrusGlobals.model_shutdown = True - try: controller.pubimmediate( 'wake_daemons' ) - except: pass + try: + + controller.pubimmediate( 'wake_daemons' ) + + except: + + HydrusData.Print( traceback.format_exc() ) + reactor.callFromThread( reactor.stop ) diff --git a/help/changelog.html b/help/changelog.html index 40d25347..934d4df3 100755 --- a/help/changelog.html +++ b/help/changelog.html @@ -8,6 +8,32 @@

changelog