Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kafisatz committed Jan 16, 2025
1 parent d27f8ed commit 335d10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cleanup.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export delete_torrents_if_data_threshold_is_exceeded
function delete_torrents_if_data_threshold_is_exceeded(baseurl,cookieDict,lastactivitydf;deletefiles=true,threshold_in_tb=20.0;password=nothing)
function delete_torrents_if_data_threshold_is_exceeded(baseurl,cookieDict,lastactivitydf;deletefiles=true,threshold_in_tb=20.0,password=nothing)
#=
threshold_in_tb = 19.9
=#
Expand Down

0 comments on commit 335d10f

Please sign in to comment.