talklib 1.2.2__tar.gz → 1.2.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {talklib-1.2.2/src/talklib.egg-info → talklib-1.2.3}/PKG-INFO +1 -1
- {talklib-1.2.2 → talklib-1.2.3}/pyproject.toml +1 -1
- {talklib-1.2.2 → talklib-1.2.3}/src/talklib/notify.py +1 -1
- {talklib-1.2.2 → talklib-1.2.3}/src/talklib/show.py +1 -1
- {talklib-1.2.2 → talklib-1.2.3/src/talklib.egg-info}/PKG-INFO +1 -1
- {talklib-1.2.2 → talklib-1.2.3}/LICENSE.txt +0 -0
- {talklib-1.2.2 → talklib-1.2.3}/README.md +0 -0
- {talklib-1.2.2 → talklib-1.2.3}/requirements.txt +0 -0
- {talklib-1.2.2 → talklib-1.2.3}/setup.cfg +0 -0
- {talklib-1.2.2 → talklib-1.2.3}/src/talklib/__init__.py +0 -0
- {talklib-1.2.2 → talklib-1.2.3}/src/talklib/ev.py +0 -0
- {talklib-1.2.2 → talklib-1.2.3}/src/talklib/ffmpeg.py +0 -0
- {talklib-1.2.2 → talklib-1.2.3}/src/talklib/utils.py +0 -0
- {talklib-1.2.2 → talklib-1.2.3}/src/talklib.egg-info/SOURCES.txt +0 -0
- {talklib-1.2.2 → talklib-1.2.3}/src/talklib.egg-info/dependency_links.txt +0 -0
- {talklib-1.2.2 → talklib-1.2.3}/src/talklib.egg-info/requires.txt +0 -0
- {talklib-1.2.2 → talklib-1.2.3}/src/talklib.egg-info/top_level.txt +0 -0
|
@@ -90,7 +90,7 @@ class Notify:
|
|
|
90
90
|
format.set_content(message)
|
|
91
91
|
format['Subject'] = subject
|
|
92
92
|
format['From'] = self.EV.fromEmail
|
|
93
|
-
format['To'] =
|
|
93
|
+
format['To'] = "ben.weddle@nashville.gov" # PLEASE FIX ME!!
|
|
94
94
|
|
|
95
95
|
mail = smtplib.SMTP(host=self.EV.mail_server)
|
|
96
96
|
mail.send_message(format)
|
|
@@ -63,7 +63,7 @@ class TLShow():
|
|
|
63
63
|
return file
|
|
64
64
|
except Exception as ffmpeg_exception:
|
|
65
65
|
self.__send_notifications(message=f'FFmpeg error: {ffmpeg_exception}', subject='Error')
|
|
66
|
-
|
|
66
|
+
raise_exception_and_wait(ffmpeg_exception)
|
|
67
67
|
|
|
68
68
|
|
|
69
69
|
def __copy_then_remove(self, fileToCopy):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|