mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-20 22:05:13 +00:00
increase required digiham version to 0.5
This commit is contained in:
parent
234cbf0fa8
commit
5b0aa274eb
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ class FeatureDetector(object):
|
|||
If you have an older verison of digiham installed, please update it along with openwebrx.
|
||||
As of now, we require version 0.3 of digiham.
|
||||
"""
|
||||
required_version = LooseVersion("0.3")
|
||||
required_version = LooseVersion("0.5")
|
||||
|
||||
digiham_version_regex = re.compile("^(.*) version (.*)$")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue