Day 2, full DB import/update/delete from dir with XML or HTTP
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import logging
|
||||
import os
|
||||
import sys
|
||||
|
||||
@@ -5,3 +6,4 @@ reload(sys)
|
||||
cwd = os.getcwd()
|
||||
sys.path.append(cwd)
|
||||
sys.setdefaultencoding("utf-8")
|
||||
logging.basicConfig(format='%(asctime)s %(message)s', level=logging.INFO)
|
||||
|
||||
Reference in New Issue
Block a user