This commit is contained in:
dave 2017-09-23 16:17:34 -07:00
parent ea9fd28008
commit a63110e93f
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ def main(host, port):
"respawn = True\n".format(host=host, port=port, name=name, plugin=plugin, timefmt=timefmt))
os.makedirs("./data/{}".format(name), exist_ok=True)
os.makedirs("./data/logs".format(name), exist_ok=True)
if __name__ == '__main__':