small improvementss

This commit is contained in:
Richard
2024-02-01 18:51:27 +01:00
parent b5b736df63
commit 02f206d078
7 changed files with 61 additions and 24 deletions

View File

@@ -33,7 +33,7 @@ class MarketEntry:
self.volume = volume
self.supply = supply
self.activity = activity
self.history.append((int(time()), buy, sell, volume, supply, activity))
#self.history.append((int(time()), buy, sell, volume, supply, activity))
class Marketplace(Base):