mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
14 lines
513 B
Diff
14 lines
513 B
Diff
diff --git desktop/onionshare/widgets.py desktop/onionshare/widgets.py
|
|
index 64a07703..bca974fb 100644
|
|
--- desktop/onionshare/widgets.py
|
|
+++ desktop/onionshare/widgets.py
|
|
@@ -101,7 +101,7 @@ class Image(qrcode.image.base.BaseImage):
|
|
A custom Image class, for use with the QR Code pixmap.
|
|
"""
|
|
|
|
- def __init__(self, border, width, box_size):
|
|
+ def __init__(self, border, width, box_size, *args, **kargs):
|
|
self.border = border
|
|
self.width = width
|
|
self.box_size = box_size
|
|
|