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

Einstellungen vom Programmfenster werden gespeichert

This commit is contained in:
2017-03-23 10:44:54 +01:00
parent 2d04617358
commit 3e2b5f66a9
7 changed files with 250 additions and 23 deletions

View File

@@ -21,6 +21,7 @@ else:
savefile = os.path.join(homedir, ".revpipyplc", "connections.dat")
# Für andere Module zum Laden der Connections
def get_connections():
if os.path.exists(savefile):
fh = open(savefile, "rb")