typo in log message fixed

This commit is contained in:
hroff-1902 2019-05-30 11:03:17 +03:00
parent 11f535e79f
commit 39932627bd

View File

@ -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.")