1
0
mirror of https://github.com/naruxde/revpipycontrol.git synced 2025-11-09 07:58:03 +01:00

Python Version f?r PLC w?hlbar

setup.py aufgebaut
This commit is contained in:
2017-03-15 13:02:39 +01:00
parent e9648994d0
commit 1adda9912b
9 changed files with 216 additions and 38 deletions

View File

@@ -25,7 +25,9 @@ def get_connections():
if os.path.exists(savefile):
fh = open(savefile, "rb")
connections = pickle.load(fh)
return connections
return connections
else:
return {}
class RevPiPlcList(tkinter.Frame):