Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
foolcage committed Dec 13, 2024
1 parent 33eedb7 commit a1dfffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zvt/recorders/wb/wb_economy_recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def record(self, entity, start, end, size, timestamps):
df_to_db(df=df, data_schema=self.data_schema, provider=self.provider, force_update=self.force_update)
# 一些地方获取不到数据会报错
except Exception as e:
print(e)s
self.logger.warning(f"Failed to get {entity.name} economy data", e)


if __name__ == "__main__":
Expand Down

0 comments on commit a1dfffa

Please sign in to comment.