Commit bd93dc41 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 914754ad
...@@ -1070,6 +1070,9 @@ class FilmParser(object): ...@@ -1070,6 +1070,9 @@ class FilmParser(object):
raw_input('md5 berechne?') raw_input('md5 berechne?')
def submit(self): def submit(self):
self.database = Database()
self.database.connect()
for movie in self.movies: for movie in self.movies:
......
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