mirror of
https://github.com/simple-login/app.git
synced 2024-11-13 07:31:12 +01:00
fix: remove unnecessary staticmethod (#2147)
This commit is contained in:
parent
f05f01bf77
commit
ae9f47d5a5
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ class SendRequest:
|
|||
file_path = os.path.join(config.SAVE_UNSENT_DIR, file_name)
|
||||
self.save_request_to_file(file_path)
|
||||
|
||||
@staticmethod
|
||||
def save_request_to_failed_dir(self, prefix: str = "DeliveryRetryFail"):
|
||||
file_name = (
|
||||
f"{prefix}-{int(time.time())}-{uuid.uuid4()}.{SendRequest.SAVE_EXTENSION}"
|
||||
|
|
Loading…
Reference in a new issue