aboutsummaryrefslogtreecommitdiffstats
path: root/python/clo_universe.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/clo_universe.py')
-rw-r--r--python/clo_universe.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/clo_universe.py b/python/clo_universe.py
index 02343884..ff0aa422 100644
--- a/python/clo_universe.py
+++ b/python/clo_universe.py
@@ -12,7 +12,7 @@ if os.name=='nt':
elif os.name=='posix':
root = "/home/share/CorpCDOs/"
-workdate = '2013-01-04'
+workdate = '2013-01-16'
universe = os.path.join("data", "clo_universe_intex_" + workdate + ".txt")
def convertToNone(s):
@@ -79,3 +79,4 @@ conn.commit()
cursor.close()
conn.close()
+print "done"