Skip to content

Commit

Permalink
set unsorted=""
Browse files Browse the repository at this point in the history
  • Loading branch information
GeraldJansen committed Nov 20, 2019
1 parent 0ed8e0f commit f35eab3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hamster_lite/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@
from hamster_lite.lib.configuration import conf
from hamster_lite.lib.stuff import hamster_today, hamster_now

UNSORTED_ID = -1

class Storage():
con = None # Connection will be created on demand
def __init__(self, unsorted="Unsorted", database_dir=None):
def __init__(self, unsorted="", database_dir=None):
"""
Delayed setup so we don't do everything at the same time (?)
"""
Expand Down

0 comments on commit f35eab3

Please sign in to comment.