mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-10 04:43:10 +02:00
#1194 display correct info
This commit is contained in:
@@ -642,7 +642,8 @@ More information on the service you can find under:
|
|||||||
except BlitzError as be:
|
except BlitzError as be:
|
||||||
|
|
||||||
if (be.errorShort == "timeout on waiting for extending bridge" or
|
if (be.errorShort == "timeout on waiting for extending bridge" or
|
||||||
be.errorShort == "fail on subscription storage") :
|
be.errorShort == "fail on subscription storage" or
|
||||||
|
be.errorShort == "timeout bridge not getting ready") :
|
||||||
|
|
||||||
# error happend after payment
|
# error happend after payment
|
||||||
Dialog(dialog="dialog",autowidgetsize=True).msgbox('''
|
Dialog(dialog="dialog",autowidgetsize=True).msgbox('''
|
||||||
|
Reference in New Issue
Block a user