Commit c12c7cf1 authored by Nico Schallehn's avatar Nico Schallehn

test

parent bd93dc41
......@@ -1268,6 +1268,9 @@ class SerienParser(object):
def submit(self, mode='season'):
self.database = Database()
self.database.connect()
# Abfrage der Serienliste
befehlSerienListe = "SELECT name,series_nr FROM Serien";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment