Skip to content

Commit

Permalink
Update plot_manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsears authored Sep 3, 2021
1 parent 64eb7c6 commit 17c8dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chiaplot/plot_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()


Expand Down

0 comments on commit 17c8dfd

Please sign in to comment.