Skip to content

Commit 634ce3f

Browse files
author
Thomas Hahn
committed
Fix period.
1 parent a617571 commit 634ce3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis-statsd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,5 @@ def linesplit(socket):
151151
)
152152

153153
out_sock.close()
154-
time.sleep(10)
154+
time.sleep(int(args.period))
155155

0 commit comments

Comments
 (0)