1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-03 01:17:56 +03:00

Fix for miniamal server version to use "old method"

This commit is contained in:
Adolfo Gómez García 2017-07-27 14:04:36 +02:00
parent 498154ffb1
commit 6a3093c49d

View File

@ -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