mirror of
https://github.com/UofCBaja/BajaCloud.git
synced 2025-06-15 13:14:17 -06:00
fix(Packager): comments changed
This commit is contained in:
parent
4fe15620d7
commit
f5791ea858
@ -6,11 +6,11 @@ with open("./MockDB/schedule.yaml", "r") as scheduleyml:
|
|||||||
|
|
||||||
def getSchedulePackager():
|
def getSchedulePackager():
|
||||||
"""
|
"""
|
||||||
What function does
|
Formats and allows for the
|
||||||
|
|
||||||
``REQUIRES``: None
|
``REQUIRES``: None
|
||||||
|
|
||||||
``PROMISES``: What function returns if applicable
|
``PROMISES``: ``JSON`` http response ready
|
||||||
|
|
||||||
``Develop in part by``: Brock T
|
``Develop in part by``: Brock T
|
||||||
|
|
||||||
@ -23,3 +23,4 @@ def getSchedulePackager():
|
|||||||
"body": ymlschedule
|
"body": ymlschedule
|
||||||
}
|
}
|
||||||
return json.dumps(res)
|
return json.dumps(res)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user