1
0
Fork 0
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:
Shlomi Fish 2019-04-29 15:27:22 +03:00
parent 2282db5af7
commit e775212e3b

View file

@ -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