Skip to content

Commit

Permalink
fix last commit ...
Browse files Browse the repository at this point in the history
  • Loading branch information
sfonteneau committed Sep 3, 2024
1 parent d348da4 commit a953350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gapslib.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def update_password(mail, pwd, sha1hashnt):
# Create a new service object
try:
service = create_directory_service(config.get('google', 'admin_email'))
except:
except Exception as e:
logger.error(json.dumps({'status':"error",'msg':str(e),'timestamp': str(datetime.datetime.utcnow())}))
return

Expand Down

0 comments on commit a953350

Please sign in to comment.