mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-07-01 22:16:41 +00:00
issue 26: removed unused module and over indentation
This commit is contained in:
parent
f5913a9cef
commit
b653171e84
1 changed files with 154 additions and 153 deletions
|
@ -1,6 +1,6 @@
|
|||
from dotenv import load_dotenv
|
||||
|
||||
import asyncio
|
||||
|
||||
import os,re,pwd
|
||||
import csv
|
||||
import random
|
||||
|
@ -28,6 +28,7 @@ tor_port = os.getenv("TOR_PORT")
|
|||
#apt install python3-pandas python3-requests python3-socks
|
||||
|
||||
def main():
|
||||
|
||||
print('[+] ONION UPTIME CHECKER')
|
||||
|
||||
# TODO get the instance name and exit if its not there
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue