mirror of
https://github.com/onyx-and-iris/xair-api-python.git
synced 2026-04-18 13:33:31 +00:00
swap i, remote order for consistency.
This commit is contained in:
@@ -625,7 +625,7 @@ class Automix:
|
||||
|
||||
|
||||
class Send:
|
||||
def __init__(self, remote, i, index: Optional[int] = None):
|
||||
def __init__(self, i, remote, index: Optional[int] = None):
|
||||
super(Send, self).__init__(remote, index)
|
||||
self.i = i + 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user