Fix order
This commit is contained in:
parent
b1401a86c8
commit
4f91172984
1 changed files with 1 additions and 1 deletions
|
@ -169,8 +169,8 @@ class AFOSMessage(DatabaseTable):
|
|||
|
||||
self.azimuth = None
|
||||
self.speed = None
|
||||
self.location = None
|
||||
self.forecaster = None
|
||||
self.location = None
|
||||
self.poly = None
|
||||
|
||||
def is_hydro(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue