diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-09 13:16:51 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-09 13:16:51 +0100 |
| commit | 21bb879e00eea74a5df9e703749b8cfa20ec1732 (patch) | |
| tree | 46728510c70b97a7325d1b95daeb0146e357f730 /cli/app/search/params.py | |
| parent | dcf472bbd3d26072b03924b2b0d1592e964d6392 (diff) | |
video
Diffstat (limited to 'cli/app/search/params.py')
| -rw-r--r-- | cli/app/search/params.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/app/search/params.py b/cli/app/search/params.py index 8972436..2fe2722 100644 --- a/cli/app/search/params.py +++ b/cli/app/search/params.py @@ -54,3 +54,6 @@ class ParamsDict(): def update(self, *args, **kwargs): return self.__dict__.update(*args, **kwargs) + +def timestamp(): + return time.strftime("%Y-%m-%d_%H%M") |
