Skip to content

Commit

Permalink
fix: Upgrade poetry lock to resolve a high severity on certifi
Browse files Browse the repository at this point in the history
  • Loading branch information
upbit committed Sep 17, 2023
1 parent 39b9b96 commit d144b42
Show file tree
Hide file tree
Showing 2 changed files with 296 additions and 321 deletions.
2 changes: 1 addition & 1 deletion demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def appapi_novel(aapi):
json_result = aapi.novel_follow()
print(json_result)
novel = json_result.novels[0]
print(">>> %s, text_length: %s, series: %s" % (novel.title, novel.text_length, novel.series))
print(">>> {}, text_length: {}, series: {}".format(novel.title, novel.text_length, novel.series))


def main():
Expand Down
Loading

0 comments on commit d144b42

Please sign in to comment.