Closed Shaensi closed 4 years ago
The Ping function in valve.source.a2s has a typo that causes the following error: NameError: name 'monontic' is not defined
NameError: name 'monontic' is not defined
This typo is on line 68 in the following code: time_sent = monontic.monotonic()
time_sent = monontic.monotonic()
It appears that monotonic was accidentally typed as monontic
It appears line 72 also attempts to reference t_sent when it should be using time_sent
This has already been fixed, the package is just outdated.
The Ping function in valve.source.a2s has a typo that causes the following error:
NameError: name 'monontic' is not defined
This typo is on line 68 in the following code:
time_sent = monontic.monotonic()
It appears that monotonic was accidentally typed as monontic