@@ -381,9 +381,7 @@ if __name__ == "__main__":
print(f"{i+1}: {h[0]} {h[1]}")
c = int(input("请选择刷课平台: ")) - 1
u = os.environ.get("YURU_ACCOUNT", "")
p = os.environ.get(
"YURU_PASSWORD",
)
p = os.environ.get("YURU_PASSWORD", "")
if u == "":
u = input("请输入账号: ")
if p == "":
The note is not visible to the blocked user.