Comment out file write operation for game data
Comment out the line that writes JSON data to a file.
This commit is contained in:
+1
-1
@@ -180,7 +180,7 @@ string get;
|
||||
{
|
||||
get = client.DownloadString($"https://store.steampowered.com/api/appdetails?appids={gameid}");
|
||||
}
|
||||
File.WriteAllText($"{userProfilePath}/{gameid}.json", get);
|
||||
//File.WriteAllText($"{userProfilePath}/{gameid}.json", get);
|
||||
|
||||
|
||||
dynamic json = JObject.Parse(get);
|
||||
|
||||
Reference in New Issue
Block a user