Skip to content

Commit 2ffa80a

Browse files
committed
update http station
1 parent 36364df commit 2ffa80a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stations/httpstation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def _parser(self, data: dict) -> Measurement:
5858
with thlock:
5959
if self.client_id not in sessions:
6060
#rospy.loginfo(f"There is no such address: {self.client_address}")
61-
public = self._generate_pubkey()
61+
public = _generate_pubkey()
6262
else:
6363
#rospy.loginfo(f"Found such address: {self.client_address}")
6464
public = sessions[self.client_id].public

0 commit comments

Comments
 (0)