Skip to content

Commit

Permalink
master
Browse files Browse the repository at this point in the history
  • Loading branch information
Anarbb committed Sep 17, 2021
1 parent b731c87 commit cffb2f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions check.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,3 @@ def last_seen_bc(address):
return str(datetime.utcfromtimestamp(ts).strftime("%Y-%m-%d %H:%M:%S"))
except:
return None

# With proxy
print(check_balance_btc("1assTGVhuCnrix5LvhL2GXEkSS3fS2XBT"))
2 changes: 0 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ def main():


if __name__ == "__main__":
if not getInternet():
print(bcolors.RED + "No internet connection")
makeDir()
threads = args.threads
pool = Pool(threads)
Expand Down

0 comments on commit cffb2f6

Please sign in to comment.