Final changes (Fixed stuff, implemented stuff, removed password)
This commit is contained in:
@@ -35,8 +35,6 @@ def fetch_events():
|
||||
|
||||
db_result = mycursor.fetchall()
|
||||
|
||||
|
||||
|
||||
results = []
|
||||
for row in db_result:
|
||||
results.append(Event(id=row[0],
|
||||
|
||||
Reference in New Issue
Block a user