forked from CMS/memberPlumbing
Apply minor formatting changes from black
This commit is contained in:
parent
a2dd00f414
commit
cfccc433dd
@ -97,7 +97,11 @@ def main():
|
||||
config = Config()
|
||||
database.init(
|
||||
**config.HID_DB,
|
||||
**{"charset": "utf8", "sql_mode": "PIPES_AS_CONCAT", "use_unicode": True,}
|
||||
**{
|
||||
"charset": "utf8",
|
||||
"sql_mode": "PIPES_AS_CONCAT",
|
||||
"use_unicode": True,
|
||||
}
|
||||
)
|
||||
HIDEvent.create_table()
|
||||
for door in config.doors.values():
|
||||
|
@ -75,7 +75,11 @@ def main():
|
||||
config = Config()
|
||||
database.init(
|
||||
**config.MEMBERSHIPWORKS_DB,
|
||||
**{"charset": "utf8", "sql_mode": "PIPES_AS_CONCAT", "use_unicode": True,}
|
||||
**{
|
||||
"charset": "utf8",
|
||||
"sql_mode": "PIPES_AS_CONCAT",
|
||||
"use_unicode": True,
|
||||
}
|
||||
)
|
||||
|
||||
do_import(config)
|
||||
|
Loading…
Reference in New Issue
Block a user