Skip to content

Commit a0a1f6a

Browse files
committed
fix compat
1 parent 6ce938c commit a0a1f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyff/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ class Config(object):
374374
store_name = S("store.name", long="store_name", default="pyff", info="the name of the store (mostly for redis)")
375375

376376
update_frequency = S(
377-
"update_frequency",
377+
"frequency",
378378
default=300,
379379
typeconv=as_int,
380380
cmdline=['pyffd'],

0 commit comments

Comments
 (0)