Skip to content

Commit

Permalink
ed show names
Browse files Browse the repository at this point in the history
  • Loading branch information
kafisatz committed Jan 11, 2025
1 parent 63d439e commit 512ec06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cleanup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ function delete_torrents_if_data_threshold_is_exceeded(baseurl,cookieDict,lastac

idx = lastactivitydf_mod.sizegb_cumsum .> threshold_in_tb*1024
names_to_delete = lastactivitydf_mod.name[idx]
@show names_to_delete

lastactivitydf_del = filter(x->in(x.name,names_to_delete),lastactivitydf)
#unique(lastactivitydf_del,:name)
Expand Down

0 comments on commit 512ec06

Please sign in to comment.