diff --git a/common/common/__init__.py b/common/common/__init__.py index e961fc1..3d8edb8 100644 --- a/common/common/__init__.py +++ b/common/common/__init__.py @@ -27,7 +27,7 @@ def parse_bustime(bustime): see it for detail.""" if bustime.startswith('-'): # parse without the -, then negate it - return -parse_bustime(bustime[:1]) + return -parse_bustime(bustime[1:]) parts = bustime.strip().split(':') if len(parts) == 2: