feat: Update storage file handling and version to 0.3.0
This commit is contained in:
parent
51a1697c83
commit
26acd66467
4 changed files with 15 additions and 4 deletions
|
|
@ -99,7 +99,7 @@ class PenTrackerApp(App):
|
|||
yield Footer()
|
||||
|
||||
def on_mount(self) -> None:
|
||||
self.tracker = PenTracker('Pens.csv')
|
||||
self.tracker = PenTracker()
|
||||
self._refresh_table()
|
||||
|
||||
def _refresh_table(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue