Skip to content

Commit

Permalink
Clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
frogcrush committed Feb 6, 2020
1 parent f707944 commit dfc36c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClassVisitSignupGenerator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Program
{
static void Main(string[] args)
{
//At this time, you need to go to "Browse classes", open the Network inspector, search for COMP, and open it in a new URL. Edit "pageMaxSize" to something like 150. Then save in the same folder as "classes.json"
//see README.md for info on how to get this file
var file = File.ReadAllText(Path.Combine(Environment.CurrentDirectory, "classes.json"));

var data = JsonConvert.DeserializeObject<BaseObject>(file);
Expand Down

0 comments on commit dfc36c8

Please sign in to comment.