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