Skip to content

Commit 166d2d2

Browse files
committed
Merge branch 'master' into leifj_feat_typesafe_pipes
2 parents 8ddafbc + a0a1f6a commit 166d2d2

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)