mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-25 19:15:51 +03:00
PEP8
This commit is contained in:
parent
6ba2e3df4e
commit
dfc46c6220
1 changed files with 1 additions and 2 deletions
|
@ -561,7 +561,6 @@ if __name__ == "__main__":
|
|||
|
||||
args = parser.parse_args()
|
||||
|
||||
|
||||
logging_config = {
|
||||
"level": logging.DEBUG if args.v else logging.INFO,
|
||||
"format": "%(asctime)s - %(name)s - %(lineno)d - %(levelname)s - %(message)s"
|
||||
|
|
Loading…
Reference in a new issue