extra print removed.
This commit is contained in:
parent
c80682787b
commit
b9c2ea66f2
@ -380,7 +380,6 @@ def sync_watch_status(watched, section, accountTo, userTo, same_server=False):
|
|||||||
print('Marking watched...')
|
print('Marking watched...')
|
||||||
sectionTo = accountTo.library.section(section)
|
sectionTo = accountTo.library.section(section)
|
||||||
for item in watched:
|
for item in watched:
|
||||||
print(item)
|
|
||||||
try:
|
try:
|
||||||
if same_server:
|
if same_server:
|
||||||
fetch_check = sectionTo.fetchItem(item.ratingKey)
|
fetch_check = sectionTo.fetchItem(item.ratingKey)
|
||||||
|
Loading…
Reference in New Issue
Block a user