Skip to content

Commit

Permalink
update smbase
Browse files Browse the repository at this point in the history
  • Loading branch information
hadik3r committed Nov 17, 2017
1 parent 55fb2e2 commit 92f0cef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions son-sm-template/sonsmbase/smbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,11 @@ def registration(self):

if 'sf_uuid' in os.environ:
self.sfuuid = os.environ['sf_uuid']
else:
self.sfuuid = ''


if 'PRIVATE_KEY' in os.environ:
self.private_key = os.environ['PRIVATE_KEY']
else:
self.private_key = None


message = {'specific_manager_type': self.specific_manager_type,
'service_name': self.service_name,
Expand Down

0 comments on commit 92f0cef

Please sign in to comment.