mirror of
https://github.com/UofCBaja/BajaCloud.git
synced 2025-06-15 05:04: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():
|
||||
"""
|
||||
What function does
|
||||
Formats and allows for the
|
||||
|
||||
``REQUIRES``: None
|
||||
|
||||
``PROMISES``: What function returns if applicable
|
||||
``PROMISES``: ``JSON`` http response ready
|
||||
|
||||
``Develop in part by``: Brock T
|
||||
|
||||
@ -23,3 +23,4 @@ def getSchedulePackager():
|
||||
"body": ymlschedule
|
||||
}
|
||||
return json.dumps(res)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user