Skip to content

Commit

Permalink
engine: remove unrequired f-string hint
Browse files Browse the repository at this point in the history
Signed-off-by: James Knight <[email protected]>
  • Loading branch information
jdknight committed Feb 17, 2024
1 parent bf01c98 commit 29b10f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nfsn_ddns/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def engine(args: Namespace) -> int:
resource, _, tld = ddns_entry.rpartition('.')
ddns_record, _, domain = resource.rpartition('.')
ddns_domain = f'{domain}.{tld}'
verbose(f'processing ddns entry...')
verbose('processing ddns entry...')
verbose(f'ddns-domain: {ddns_domain}')
verbose(f'ddns-record: {ddns_record}')

Expand Down

0 comments on commit 29b10f0

Please sign in to comment.