Skip to content
Snippets Groups Projects
Commit cfb605a0 authored by Dario Barghini's avatar Dario Barghini
Browse files

Fixed config.py for SQM installation

parent 4cddbc15
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ _mysql_port = None # Port of the MySQL server
DIRECTORY settings
------------------
'''
main_directory = "C:\\pysqm\\data" # Main directory
main_directory = "C:\\SQM\\data" # Main directory
monthly_data_directory = main_directory + "\\monthly\\" # Monthly (permanent) data
daily_data_directory = main_directory + "\\daily\\" # Daily (permanent) data
daily_graph_directory = main_directory + "\\daily\\" # Daily (permanent) graph
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment