mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
fix the function
This commit is contained in:
parent
2282db5af7
commit
e775212e3b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ try:
|
|||
from PySide2.QtGui import QPixmap # noqa: F401
|
||||
from PySolFC_KCard import MyKCardDeck
|
||||
except BaseException:
|
||||
def MyKCardDeck():
|
||||
def MyKCardDeck(theme):
|
||||
return None
|
||||
|
||||
# import cairo
|
||||
|
|
Loading…
Add table
Reference in a new issue