From 17c8dfd6ed0209dcca22a62e808cfdfd9669d8fa Mon Sep 17 00:00:00 2001 From: rjsears Date: Fri, 3 Sep 2021 16:28:58 -0700 Subject: [PATCH] Update plot_manager.py --- chiaplot/plot_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chiaplot/plot_manager.py b/chiaplot/plot_manager.py index 60becff..6a34a85 100644 --- a/chiaplot/plot_manager.py +++ b/chiaplot/plot_manager.py @@ -230,7 +230,7 @@ def process_control(command, action): return else: log.debug(f'WARNING: {nas_server} is OFFLINE! We Cannot Continue......') - notify(f'{nas_server}.loft.aero OFFLINE', f'Your NAS Server: {nas_server} cannot be reached. Plots cannot move! Please Correct IMMEDIATELY!') + notify(f'{nas_server} OFFLINE', f'Your NAS Server: {nas_server} cannot be reached. Plots cannot move! Please Correct IMMEDIATELY!') exit()