Corect code style for main Python module. #2
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ while True:
|
|||
ejab_request = ejabberd_in().split(':', 3)
|
||||
except EOFError:
|
||||
break
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
logging.exception("Exception occured while reading stdin")
|
||||
raise
|
||||
|
||||
|
|
Loading…
Reference in a new issue