Skip to content

Commit

Permalink
Cleaning: class methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Bovée committed Mar 5, 2020
1 parent e24a82a commit 0a2a94c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onvif/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ def __init__(self, host, port, user, passwd,
# Active service client container
self.services = {}
self.services_lock = RLock()
self.to_dict = ONVIFService.to_dict

to_dict = ONVIFService.to_dict

async def update_xaddrs(self):
# Establish devicemgmt service first
Expand Down

0 comments on commit 0a2a94c

Please sign in to comment.