cpr.set_location lacked self arg
This commit is contained in:
parent
f4fbd25bb0
commit
f25d21f505
@ -188,7 +188,7 @@ class cpr_decoder:
|
||||
self.evenlist_sfc = {}
|
||||
self.oddlist_sfc = {}
|
||||
|
||||
def set_location(new_location):
|
||||
def set_location(self, new_location):
|
||||
self.my_location = new_location
|
||||
|
||||
def weed_poslists(self):
|
||||
|
Loading…
Reference in New Issue
Block a user