summaryrefslogtreecommitdiff
path: root/aplus.go
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2023-11-20 15:41:28 -0500
committervin <git@vineetk.net>2023-11-20 15:50:22 -0500
commit3065b05ed45a04f401e8aec7d770b9e7a22c8ec4 (patch)
tree60fa26f50e6315fd7eed9a2cbbe3caa7c3347344 /aplus.go
parent6abb8ede02ebe38f1c84b7bdf0d8be96b9997ec1 (diff)
update usage message
Diffstat (limited to 'aplus.go')
-rw-r--r--aplus.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/aplus.go b/aplus.go
index 6d308c4..96fbd92 100644
--- a/aplus.go
+++ b/aplus.go
@@ -64,6 +64,7 @@ func launch_aplus(course_code int) string {
64 err := init_aplus_toolid(course_code) 64 err := init_aplus_toolid(course_code)
65 if err != nil { 65 if err != nil {
66 fmt.Println("Failed to get A+ base URL and tool ID. Try again with a different course code.") 66 fmt.Println("Failed to get A+ base URL and tool ID. Try again with a different course code.")
67 fmt.Printf("Error: %s\n", err)
67 os.Exit(1) 68 os.Exit(1)
68 } 69 }
69 70