Skip to content

Commit bfd2b4e

Browse files
committed
As requested
1 parent daa2574 commit bfd2b4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esp32/modules/services.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ def setup(pmCb=False, drawCb=False):
8585
# Import the service.py script
8686
try:
8787
srv = __import__('lib/'+app+'/service')
88-
except:
89-
print("[SERVICES] Could not import service of app "+app)
88+
except BaseException as msg:
89+
print("[SERVICES] Could not import service of app "+app+": ", msg)
9090
continue #Skip the app
9191

9292
if wifiInSetup:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy