Skip to content

Commit

Permalink
Fix strings replacement not occuring on subsequent api calls (#398)
Browse files Browse the repository at this point in the history
On passkey based providers (i.e. : Filelist)
  • Loading branch information
stefix99 authored Mar 28, 2024
1 parent 5fdaf56 commit a6930b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion burst/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ def process(provider, generator, filtering, has_special, verify_name=True, verif
url_search = url_search.replace('USERNAME', username)

if passkey:
logged_in = True
client.passkey = passkey
url_search = url_search.replace('PASSKEY', passkey)

Expand Down

0 comments on commit a6930b3

Please sign in to comment.