typo in log message fixed

pull/1893/head
hroff-1902 7 years ago
parent 11f535e79f
commit 39932627bd

@ -125,4 +125,4 @@ except KeyboardInterrupt:
finally:
if pairs_not_available:
logger.info(f"Pairs [{','.join(pairs_not_available)}] not availble.")
logger.info(f"Pairs [{','.join(pairs_not_available)}] not available.")

Loading…
Cancel
Save