1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-02-03 13:47:14 +03:00

one deprecation fixed

This commit is contained in:
Adolfo Gómez García 2023-04-15 02:03:46 +02:00
parent da7a5e22e3
commit 8eba5127ae
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2012-2019 Virtual Cable S.L.
# All rights reserved.

View File

@ -55,7 +55,7 @@ class MessageProcessorThread(BaseThread):
def __init__(self):
super().__init__()
self.setName('MessageProcessorThread')
self.name = 'MessageProcessorThread'
self._cached_providers = None
self._cached_stamp = 0.0