1
0
mirror of https://github.com/thingsboard/thingsboard-gateway synced 2025-10-26 22:31:42 +08:00

Fixed FTP RPCs processing

This commit is contained in:
samson0v
2023-12-12 12:17:34 +02:00
parent a4f13fb236
commit 1b8a92e5b5
2 changed files with 7 additions and 11 deletions

View File

@@ -125,7 +125,8 @@ class StatisticsService(Thread):
except ValueError:
pass
func(*args, **kwargs)
result = func(*args, **kwargs)
return result
return inner