Skip to content

Commit 034bef4

Browse files
committed
more changes most likely will not work
1 parent 540aaca commit 034bef4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

other_files/Lunasmixedprograms/syncfiles.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ def sync_folder(source, destination):
3838

3939
while True:
4040
sync_folder(windows_path, winxlinux_temp_path)
41-
sync_folder(server1_path, winxlinux_temp_path)
41+
sync_folder(winxlinux_temp_path, server1_path)
4242

43+
sync_folder(server1_path, winxlinux_temp_path)
4344
sync_folder(winxlinux_temp_path, windows_path)
44-
sync_folder(winxlinux_temp_path, server1_path)
45+
4546

4647
time.sleep(2) # Wait for 2 seconds before syncing again

0 commit comments

Comments
 (0)