mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-01-30 19:47:28 +05:00
logs
This commit is contained in:
parent
492f762989
commit
9a8e05cf78
1 changed files with 3 additions and 1 deletions
|
@ -59,7 +59,9 @@ function GetCourse(sharecode)
|
||||||
if not errorcode then
|
if not errorcode then
|
||||||
print("Success! | Response:", code, "Length:", length)
|
print("Success! | Response:", code, "Length:", length)
|
||||||
print("Loading course...")
|
print("Loading course...")
|
||||||
-- PrintTable(headers)
|
|
||||||
|
PrintTable(headers)
|
||||||
|
|
||||||
LoadCourseRaw(util.Compress(body))
|
LoadCourseRaw(util.Compress(body))
|
||||||
|
|
||||||
return true
|
return true
|
||||||
|
|
Loading…
Reference in a new issue