diff --git a/lib/nexrad/storm.py b/lib/nexrad/storm.py index f70942f..bc3daa0 100644 --- a/lib/nexrad/storm.py +++ b/lib/nexrad/storm.py @@ -12,8 +12,8 @@ def time_from_str(time: str): if size <= 2: return ( - int(time) % 24, - 0 + 0, + int(time) % 60, ) return (