Skip to content

Commit

Permalink
Do not post to Twitch using the reuploader
Browse files Browse the repository at this point in the history
  • Loading branch information
Plenyx committed Jun 30, 2024
1 parent 66180cd commit 2fc59b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/LogReuploader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ internal static async Task ProcessLogs(SemaphoreSlim semaphore, Func<string, Dic
await Task.Run(async () =>
{
semaphore.Wait();
await process(fileName, postData, false);
await process(fileName, postData, true);
semaphore.Release();
});
}
Expand Down

0 comments on commit 2fc59b9

Please sign in to comment.