Browse Source

update exception message.

stable
Craig Oates 4 years ago
parent
commit
69e3a29c99
  1. 2
      app/coordinators/art_coordinator.py

2
app/coordinators/art_coordinator.py

@ -41,4 +41,4 @@ def update_art_data(arguments):
v_out(v_setting, "Completed updating Art data.")
except Exception:
print("ERROR: Unable to update Art data. Exiting program.")
print("ERROR: Unable to update Art data.")