rename to get_datetime_string
This commit is contained in:
parent
808170c6c5
commit
38d4a7fcf2
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class BaseUrl:
|
|||
return urlunparse((self.scheme, self.netloc, path, self.params, self.query, self.fragment))
|
||||
|
||||
|
||||
def get_session_id() -> str:
|
||||
def get_datetime_string() -> str:
|
||||
current_datetime = datetime.now()
|
||||
return current_datetime.strftime("%Y-%m-%d-%H-%M-%S")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue