Closed HumphreyWang closed 2 years ago
Hi, when I run an example of sbank it reported the error:
ValueError: time data '2022-02-21 16:26:03 +000' does not match format '%Y-%m-%d %H:%M:%S +0000'
So I edited line 463 in bin/sbank from +000 to +0000, then it worked well :)
+000
+0000
I just notice that it has already been fixed, sorry for disturb
Hi, when I run an example of sbank it reported the error:
So I edited line 463 in bin/sbank from
+000
to+0000
, then it worked well :)