Skip to content
Snippets Groups Projects
Commit 7f72cafc authored by Michael Loipführer's avatar Michael Loipführer
Browse files

small changes

parent 98162e96
No related branches found
No related tags found
No related merge requests found
tempermonitor (2.0.3) buster; urgency=medium
* rename config file
-- Michael Loipführer <ml@stusta.de> Thu, 23 Apr 2020 23:10:18 +0200
tempermonitor (2.0.2) buster; urgency=medium
* change main function
......
File moved
from setuptools import setup
VERSION = '2.0.2'
VERSION = '2.0.3'
def readme():
......
......@@ -268,7 +268,7 @@ def main():
"""
loop = asyncio.get_event_loop()
configfile = "/etc/temperature/tempermon.ini"
configfile = "/etc/tempermonitor.ini"
if len(sys.argv) == 2:
configfile = sys.argv[1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment