We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540aaca commit 034bef4Copy full SHA for 034bef4
other_files/Lunasmixedprograms/syncfiles.py
@@ -38,9 +38,10 @@ def sync_folder(source, destination):
38
39
while True:
40
sync_folder(windows_path, winxlinux_temp_path)
41
- sync_folder(server1_path, winxlinux_temp_path)
+ sync_folder(winxlinux_temp_path, server1_path)
42
43
+ sync_folder(server1_path, winxlinux_temp_path)
44
sync_folder(winxlinux_temp_path, windows_path)
- sync_folder(winxlinux_temp_path, server1_path)
45
+
46
47
time.sleep(2) # Wait for 2 seconds before syncing again
0 commit comments