aboutsummaryrefslogtreecommitdiff
path: root/e3372.py
diff options
context:
space:
mode:
Diffstat (limited to 'e3372.py')
-rw-r--r--e3372.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/e3372.py b/e3372.py
index e5618a6..fcab156 100644
--- a/e3372.py
+++ b/e3372.py
@@ -98,7 +98,7 @@ class SMS:
def timestamp(self):
# input example: 2020-08-11 14:55:51
- return int(datetime.strptime(self.date, '%Y-%m-%d %H-%M-%S').strftime("%s"))
+ return int(datetime.strptime(self.date, '%Y-%m-%d %H:%M:%S').strftime("%s"))
class APIError(Exception):