Skip to content

Commit 753ae49

Browse files
Merge pull request #52 from dirkpetersen/develop
bugfix subcmd_update command
2 parents 68d9b11 + 3015cea commit 753ae49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: froster/froster.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6947,7 +6947,7 @@ def main():
69476947

69486948
# Check if there are updates on froster every X days
69496949
if cfg.check_update():
6950-
cmd.subcmd_update(cfg)
6950+
cmd.subcmd_update()
69516951

69526952
# Close the AWS session
69536953
aws.close_session()

0 commit comments

Comments
 (0)