mirror of
https://github.com/RPCS3/discord-bot.git
synced 2025-01-26 20:54:48 +00:00
Merge pull request #312 from 13xforever/vnext
Disable psn scraping as it's broken right now
This commit is contained in:
commit
b933866356
@ -68,7 +68,7 @@ namespace CompatBot
|
||||
|
||||
var backgroundTasks = Task.WhenAll(
|
||||
AmdDriverVersionProvider.RefreshAsync(),
|
||||
new PsnScraper().RunAsync(Config.Cts.Token),
|
||||
//new PsnScraper().RunAsync(Config.Cts.Token),
|
||||
GameTdbScraper.RunAsync(Config.Cts.Token),
|
||||
new AppveyorClient.Client().GetBuildAsync(Guid.NewGuid().ToString(), Config.Cts.Token),
|
||||
StatsStorage.BackgroundSaveAsync()
|
||||
|
Loading…
x
Reference in New Issue
Block a user