mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +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:
|
||||
|
||||
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
|
||||
Dialog(dialog="dialog",autowidgetsize=True).msgbox('''
|
||||
|
Reference in New Issue
Block a user