logging additions and removal of archaic .XMP sidecar file "detection"

This commit is contained in:
Xevion
2019-11-01 22:22:38 -05:00
parent ade2f7c018
commit 96685e33d3
4 changed files with 19 additions and 44 deletions

View File

@@ -1,9 +1,11 @@
import sys
import os
import logging
from package import app
os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = os.path.join(
sys.path[0], 'package', 'key', 'photo_tagging_service.json')
if __name__ == "__main__":
logging.info('Executing package...')
sys.exit(app.run())