Skip to content

Commit

Permalink
fix, prep
Browse files Browse the repository at this point in the history
  • Loading branch information
DGrothe-PhD committed Oct 19, 2024
1 parent 2e5394e commit 1959749
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ pywhatkit==5.4
wikipedia==1.4.0
SpeechRecognition==3.10.4
PyAudio==0.2.14
gazpacho==1.1
gazpacho==1.1
just_playback==0.1.8
2 changes: 1 addition & 1 deletion videoText.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def extractPage(self, page: int, sub=1):
self.lines.append(addline)
except requests.exceptions.HTTPError as httpErr:
message = f"Die Seite kann nicht angezeigt werden " + \
"(Fehler {httpErr.response.status_code})"
f"(Fehler {httpErr.response.status_code})"
self.lines.append(message)
except requests.exceptions.ConnectionError:
self.lines.append(VideoTextUtils.pageNotAccessible)
Expand Down

0 comments on commit 1959749

Please sign in to comment.