Skip to content

Commit cd9cc48

Browse files
author
SerggAidd
committed
app lint fix2
1 parent 1519a9f commit cd9cc48

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

app_python/app.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class JSONFormatter(logging.Formatter):
4343

4444
def format(self, record):
4545
payload = {
46-
"timestamp":
46+
"timestamp":
4747
datetime.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ"),
4848
"level": record.levelname,
4949
"logger": record.name,
@@ -295,4 +295,5 @@ def log_response(response):
295295
"status_code": 200,
296296
},
297297
)
298-
app.run(host=HOST, port=PORT, debug=DEBUG, use_reloader=False)
298+
app.run(host=HOST, port=PORT, debug=DEBUG, use_reloader=False)
299+

0 commit comments

Comments
 (0)