Apply black formatting
This commit is contained in:
parent
ef23433c8f
commit
8b845bab05
@ -101,7 +101,7 @@ def main():
|
|||||||
"charset": "utf8",
|
"charset": "utf8",
|
||||||
"sql_mode": "PIPES_AS_CONCAT",
|
"sql_mode": "PIPES_AS_CONCAT",
|
||||||
"use_unicode": True,
|
"use_unicode": True,
|
||||||
}
|
},
|
||||||
)
|
)
|
||||||
HIDEvent.create_table()
|
HIDEvent.create_table()
|
||||||
for door in config.doors.values():
|
for door in config.doors.values():
|
||||||
|
@ -86,7 +86,7 @@ def main():
|
|||||||
"charset": "utf8",
|
"charset": "utf8",
|
||||||
"sql_mode": "PIPES_AS_CONCAT",
|
"sql_mode": "PIPES_AS_CONCAT",
|
||||||
"use_unicode": True,
|
"use_unicode": True,
|
||||||
}
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
do_import(config)
|
do_import(config)
|
||||||
|
Reference in New Issue
Block a user