rename csv before move

This commit is contained in:
2020-05-02 15:43:33 +02:00
parent 0ca5cfeeac
commit 776ab2ee13
3 changed files with 11 additions and 32 deletions

View File

@@ -3,6 +3,7 @@
"""
from configparser import ConfigParser
class config():
def __init__(self):
c = ConfigParser()
@@ -26,4 +27,4 @@ class config():
self.mqpass = c.get("mqserver", "password")
self.queue = c.get("mqserver", "queue")
self.csvfs = c.get("csvfs", "path")
self.csvfs = c.get("csvfs", "path")