1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-24 21:34:41 +03:00

Merge remote-tracking branch 'origin/v3.5'

This commit is contained in:
Adolfo Gómez García 2022-01-27 12:17:16 +01:00
commit 2f37caaf22

View File

@ -369,6 +369,7 @@ def getServicesData(
autorun = False
if (
hasattr(request, 'session') and
len(services) == 1
and GlobalConfig.AUTORUN_SERVICE.getBool(False)
and services[0]['transports']