Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 478cfb0

Browse files
committed
error msg
1 parent 775a9c3 commit 478cfb0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

seedqreader.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import sys
22
import os
33
import re
4-
import traceback
54

65
from dataclasses import dataclass, field
76

@@ -414,7 +413,7 @@ def display_qr(self, data):
414413
scaled_pixmap = pixmap.scaled(self.parent.ui.video_out.size(), Qt.KeepAspectRatio)
415414
self.video_stream.emit(scaled_pixmap)
416415
except Exception as e:
417-
print(e)
416+
print("error making QR", e)
418417

419418

420419
class MainWindow(QMainWindow):

0 commit comments

Comments
 (0)