fix(ringprogressbar): fix client signature

This commit is contained in:
2025-09-13 11:20:54 +02:00
committed by Klaus Wakonig
parent 475ca9f2d8
commit 65bc5f5421
+1 -1
View File
@@ -3880,7 +3880,7 @@ class RingProgressBar(RPCBase):
"""
@rpc_call
def set_precision(self, precision: "int", bar_index: "int" = None):
def set_precision(self, precision: "int", bar_index: "int | None" = None):
"""
Set the precision for the progress bars. If bar_index is not provide, the precision will be set for all progress bars.