mirror of
https://git.oxeozero.it.com/oxeo0/darknet-lantern.git
synced 2025-08-08 12:22:12 -04:00
8 lines
137 B
Python
8 lines
137 B
Python
def main():
|
|
print()
|
|
csvpath='/srv/darknet-onion-webring/scripts/tests/webring-participants.csv'
|
|
|
|
|
|
|
|
if __name__ == '__main__':
|
|
main()
|