mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
Opt: Log appearance of perspective detection
This commit is contained in:
@@ -188,7 +188,7 @@ def point2str(x, y, length=4):
|
||||
Returns:
|
||||
str: String with numbers right aligned, such as '( 100, 80)'.
|
||||
"""
|
||||
return '(%s,%s)' % (str(int(x)).rjust(length), str(int(y)).rjust(length))
|
||||
return '(%s, %s)' % (str(int(x)).rjust(length), str(int(y)).rjust(length))
|
||||
|
||||
|
||||
def node2location(node):
|
||||
|
||||
Reference in New Issue
Block a user