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:
@@ -125,7 +125,8 @@ class StatisticsService(Thread):
|
||||
except ValueError:
|
||||
pass
|
||||
|
||||
func(*args, **kwargs)
|
||||
result = func(*args, **kwargs)
|
||||
return result
|
||||
|
||||
return inner
|
||||
|
||||
|
||||
Reference in New Issue
Block a user