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