mirror of
https://github.com/shadoll/scatcher.git
synced 2025-12-20 03:26:59 +00:00
Fix formatting issues in history_controller.py and manager/history.py, and update default values in request_data.py
This commit is contained in:
@@ -37,7 +37,7 @@ class HistoryController(BaseController):
|
||||
status=Status.error,
|
||||
message="No requests found.",
|
||||
)
|
||||
return [RequestData(**d) for d in items ]
|
||||
return [RequestData(**d) for d in items]
|
||||
|
||||
async def last_requests(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user