Print exception if report_blocked fail

master
Lasse Server 4 years ago
parent ef43210a7e
commit 472440e248
  1. 3
      facebook/arangodb.py

@ -82,7 +82,8 @@ def report_blocked(profile):
},
overwrite=True,
)
except:
except Exception as e:
print(e)
_print(profile, profile.container, f'Kunde inte rapportera blockerad: {profile.name}.')

Loading…
Cancel
Save