Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Panayotis Vryonis committed Oct 28, 2023
1 parent d74e318 commit 601f826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fario/fario_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def main():

args = parser.parse_args()

CONF.update(get_conf(args))
CONF.update(get_conf(args=args))

if 'func' in args:
args.func(args)
Expand Down

0 comments on commit 601f826

Please sign in to comment.