Update server.py

pull/1/head
Aidaho12 2018-01-15 13:59:31 +06:00 committed by GitHub
parent b2e541007b
commit f69333431b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
import os, sys
import configparser
path_config = "/home/ploginov/haproxy/haproxy-webintarface.config"
path_config = "/opt/haproxy/haproxy-webintarface.config"
config = configparser.ConfigParser()
config.read(path_config)
log_path = config.get('main', 'log_path')