Skip to content

Commit

Permalink
logging, manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mbay-ODW committed Oct 12, 2022
1 parent d4c92a9 commit 8726919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cumulocity.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"apiVersion": "v1",
"version": "2.0.22",
"version": "0.0.1-SNAPSHOT",
"provider": {
"name": "Cumulocity"
},
Expand Down
2 changes: 1 addition & 1 deletion resources/measurements.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(self):
def post(self):
try:
payload = super().post()
print(type(payload))
self.logger.debug(type(payload))
if type(payload) == 'Response':
return payload
else:
Expand Down

0 comments on commit 8726919

Please sign in to comment.