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:
@@ -36,8 +36,8 @@ class History:
|
||||
if len(self.data) == 0:
|
||||
return None
|
||||
for item in self.data:
|
||||
if "method" in item:
|
||||
item["method"] = Methods(item["method"])
|
||||
if "method" in item:
|
||||
item["method"] = Methods(item["method"])
|
||||
return self.data
|
||||
|
||||
def get(self, index: int) -> dict | None:
|
||||
|
||||
Reference in New Issue
Block a user