mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-05 17:05:03 -05:00
Update helpers.py
Ignore partially synced files from BTSync 2.0 Alpha
This commit is contained in:
parent
91cb8d885c
commit
2f9362c74c
@ -127,7 +127,7 @@ def replaceExtension(filename, newExt):
|
||||
|
||||
def isSyncFile(filename):
|
||||
extension = filename.rpartition(".")[2].lower()
|
||||
if extension == '!sync' or extension == 'lftp-pget-status' or extension == 'part':
|
||||
if extension == '!sync' or extension == 'lftp-pget-status' or extension == 'part' or extension == 'bts':
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user