Black formatting
This commit is contained in:
parent
537e509027
commit
53316c2ce9
7 changed files with 28 additions and 22 deletions
|
|
@ -17,9 +17,9 @@ def client():
|
|||
logger = logging.getLogger(__name__)
|
||||
database.configure("sqlite:memory://db.sqlite")
|
||||
logger.info(f"start interface {form}")
|
||||
app.config['CONFIG'] = Config()
|
||||
app.config['MAILER'] = Mailer()
|
||||
app.config['RSS'] = Rss()
|
||||
app.config["CONFIG"] = Config()
|
||||
app.config["MAILER"] = Mailer()
|
||||
app.config["RSS"] = Rss()
|
||||
return app.test_client()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue