forked from shaba/openuds
Fix for miniamal server version to use "old method"
This commit is contained in:
parent
498154ffb1
commit
6a3093c49d
@ -49,7 +49,8 @@ import six
|
||||
|
||||
from UDSWindow import Ui_MainWindow
|
||||
|
||||
OLD_METHOD_VERSION = '2.1.0'
|
||||
# Server before this version uses "unsigned" scripts
|
||||
OLD_METHOD_VERSION = '2.4.0'
|
||||
|
||||
class RetryException(Exception):
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user