2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 15:47:36 +00:00

bugfix in new wallet

This commit is contained in:
Philip Sargent
2022-08-06 22:23:39 +03:00
parent 186eb20fb3
commit f33c6cc057
3 changed files with 9 additions and 4 deletions

View File

@@ -254,9 +254,11 @@ class Wallet(models.Model):
def get_ticks(self):
ticks = {}
waldata = self.get_json()
if not waldata:
return {}
ticks["W"] = "black"
return ticks
ticks = {}
# Initially, are there any required survex files present ?