diff --git a/Program.cs b/Program.cs index 9752760..0e452f4 100644 --- a/Program.cs +++ b/Program.cs @@ -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);