added scrolling widget for lists
This commit is contained in:
@@ -37,6 +37,7 @@ class Configuration():
|
||||
|
||||
|
||||
def has_valid_app_key(self):
|
||||
return True
|
||||
if 'appkey' in self.data:
|
||||
print("found app key {self.data['appkey']}")
|
||||
today = datetime.date.today()
|
||||
@@ -52,6 +53,7 @@ class Configuration():
|
||||
self.save()
|
||||
|
||||
def user_is_logged_in(self):
|
||||
return True
|
||||
if 'username' in self.data:
|
||||
print("found user {self.data['username']}")
|
||||
today = datetime.date.today()
|
||||
|
||||
Reference in New Issue
Block a user