Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Official-Husko committed Jul 1, 2024
1 parent 844e4fe commit 1c3adbc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/pixeldrain.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,9 @@ def Uploader(file, proxy_list, user_agents, api_keys):
upload_url = sites_data_dict[site]["url"].format(file_name=file_name)

calc_size = Site_Data_CLSS.size_unit_calc(site, file_size)

print(api_keys)

api_key = api_keys.get("apiKey", False)

print(api_key)

if api_key in (False, ""):
raise Exception("Missing API Credentials?")

Expand Down

0 comments on commit 1c3adbc

Please sign in to comment.