mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-05 14:37:09 +00:00
update version in feature check
This commit is contained in:
parent
35abd711ca
commit
4050bd7f96
1 changed files with 1 additions and 1 deletions
|
|
@ -474,7 +474,7 @@ class FeatureDetector(object):
|
|||
The js8py library is used to decode binary JS8 messages into readable text. More information is available on
|
||||
[its github page](https://github.com/jketterl/js8py).
|
||||
"""
|
||||
required_version = StrictVersion("0.1")
|
||||
required_version = StrictVersion("0.2")
|
||||
try:
|
||||
from js8py.version import strictversion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue