Skip to content

Commit

Permalink
docs: logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kel-z committed Jan 28, 2024
1 parent 1cd470b commit 1312f13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def run(self) -> None:
self.result_signal.emit(res)
except Exception as e:
self.error_signal.emit(
f"Scan aborted with error {e.__class__.__name__}: {e}. Try scanning with a different in-game background, window resolution, or fullscreen/windowed mode."
f"Scan aborted with error {e.__class__.__name__}: {e} (Try scanning with a different in-game background, window resolution, or fullscreen/windowed mode.)"
)

def interrupt_scan(self) -> None:
Expand Down
1 change: 0 additions & 1 deletion src/services/scanner/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ async def start_scan(self) -> dict:

self.complete_signal.emit()
self.log_signal.emit("Starting OCR process. Please wait...")
self.log_signal.disconnect()

return {
"source": "HSR-Scanner",
Expand Down

0 comments on commit 1312f13

Please sign in to comment.