Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
magicalne committed Apr 18, 2022
1 parent 89cce9f commit ff98cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def run(self):
self.gw_config)
WithdrawalCapacity = WithdrawalCapacity / one_ckb
except:
loggint.error("Failed to get withdrawal stats")
logging.error("Failed to get withdrawal stats")


job = JobThread()
Expand Down

0 comments on commit ff98cb2

Please sign in to comment.