Fix missing self parameter.
This commit is contained in:
parent
abea8a4df3
commit
6bcb496215
@ -72,7 +72,7 @@ class ScheduledOperationListResource(Resource):
|
||||
).all()
|
||||
|
||||
@marshal_with_field(Object(resource_fields))
|
||||
def post():
|
||||
def post(self):
|
||||
"""
|
||||
Add a new scheduled operation.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user