mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-19 15:33:06 +01:00
4 lines
98 B
Diff
4 lines
98 B
Diff
38c38
|
|
< hours = int(duration.split("h"))
|
|
---
|
|
> hours = int(duration.split("h")[0])
|