mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 07:47:13 +00:00
minor refactoring
This commit is contained in:
@@ -257,6 +257,13 @@ class Wallet(models.Model):
|
||||
ticks = {}
|
||||
waldata = self.get_json()
|
||||
if not waldata:
|
||||
ticks["S"] = "black"
|
||||
ticks["C"] = "black"
|
||||
ticks["Q"] = "black"
|
||||
ticks["N"] = "black"
|
||||
ticks["P"] = "black"
|
||||
ticks["E"] = "black"
|
||||
ticks["T"] = "black"
|
||||
ticks["W"] = "black"
|
||||
return ticks
|
||||
ticks = {}
|
||||
|
||||
Reference in New Issue
Block a user