Skip to content

Commit

Permalink
fix: py3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhldr committed Dec 7, 2024
1 parent b4f019f commit 5d3ef3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lfy/utils/check_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ def main():
Returns:
str: 更新信息或None
"""
s = f"Please update. There is a problem with the current version configuration.\n\n{
PACKAGE_URL}"
s = "Please update. There is a problem with the current version configuration.\n\n"
s += PACKAGE_URL
try:
data = get_by_github()
if data is None or "version" not in data:
Expand Down

0 comments on commit 5d3ef3f

Please sign in to comment.