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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user