Skip to content

Commit

Permalink
Update BBDown/Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
lc6464 authored Aug 13, 2024
1 parent 3f8a4bc commit 7fd6ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BBDown/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public static (Dictionary<string, byte> encodingPriority, Dictionary<string, int
// 加载认证信息
LoadCredentials(myOption);

// 检测是否登录了账号
// 检测是否登录了账号
bool is_login = await CheckLogin(Config.COOKIE);
if (!myOption.UseIntlApi && !myOption.UseTvApi && Config.AREA == "")
{
Expand Down

0 comments on commit 7fd6ea4

Please sign in to comment.