From dc91abf4a7c6efd2e07dfa2fdae4e06b2e620c46 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Fri, 24 Apr 2020 15:26:48 +0100 Subject: [PATCH] remove used code. --- app/coordinators/art_coordinator.py | 1 - app/main.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/app/coordinators/art_coordinator.py b/app/coordinators/art_coordinator.py index 8abb9b7..be6fb4d 100644 --- a/app/coordinators/art_coordinator.py +++ b/app/coordinators/art_coordinator.py @@ -42,4 +42,3 @@ def update_art_data(arguments): except Exception: print("ERROR: Unable to update Art data. Exiting program.") - return 0 diff --git a/app/main.py b/app/main.py index df68439..14719ca 100644 --- a/app/main.py +++ b/app/main.py @@ -1,5 +1,3 @@ -#!/usr/bin/python3 - from services import parser_services from coordinators import art_coordinator