Fixed unsigned variable
This commit is contained in:
parent
d8734a7ab2
commit
b72333550e
@ -84,7 +84,7 @@ class Seat():
|
||||
print(no, name[direction], steps)
|
||||
printArr(self.seats)
|
||||
print()
|
||||
return seats
|
||||
return self.seats
|
||||
|
||||
|
||||
help_msg = '''Please provide mode!
|
||||
|
Loading…
x
Reference in New Issue
Block a user