mirror of
https://github.com/halfwaystudent/douyin-sparkflow.git
synced 2026-09-09 09:27:09 +08:00
fix: harden scheduling and deployment flow
This commit is contained in:
@@ -44,5 +44,5 @@ def request_hitokoto():
|
||||
if theFromWho is None or theFromWho.strip() == "":
|
||||
theFromWho = "未知作者"
|
||||
return f"{data['hitokoto']} —— {theFrom} ({theFromWho})"
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
return "[error] 无法获取一言内容"
|
||||
|
||||
Reference in New Issue
Block a user