Новый клиент от ФС
This commit is contained in:
@@ -349,6 +349,7 @@ func get_rows_count() -> int:
|
||||
var nodes_count: int = 0
|
||||
for key in nodes:
|
||||
nodes_count += int(NODE_PREFIX in key)
|
||||
@warning_ignore("integer_division")
|
||||
return nodes_count / columns
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user