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