mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Forgot to move null for TTRS
This commit is contained in:
@@ -46,8 +46,8 @@ public class KiwiFlare(string kfDomain, string? proxy = null, CancellationToken?
|
||||
if (challengeData == null)
|
||||
{
|
||||
_logger.Info("challengeData was still null even looking for ttrs");
|
||||
return null;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
if (!challengeData.Attributes.Contains($"data-{pow}-challenge")) throw new Exception($"data-{pow}-challenge attribute missing");
|
||||
|
||||
Reference in New Issue
Block a user