created test

Change-Id: Ia47900718c8a37a711fa02b68d700375a49f05ba
diff --git a/bunc2tei.py b/bunc2tei.py
index c142567..830e715 100644
--- a/bunc2tei.py
+++ b/bunc2tei.py
@@ -36,7 +36,7 @@
         data[i] = {}
         data[i]['title'] = text.get('title')
         data[i]['url'] = text.get('url')
-        data[i]['author'] = text.get('author')
+        data[i]['author'] = text.get('author') 
         data[i]['date'] = text.get('date').split(' ')[0]
         data[i]['time'] = text.get('date').split(' ')[1]