Skip to content

Commit 315fc27

Browse files
committed
master
1 parent cffb2f6 commit 315fc27

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ def main():
9898

9999

100100
if __name__ == "__main__":
101+
if not getInternet():
102+
print(bcolors.RED + "No internet connection")
101103
makeDir()
102104
threads = args.threads
103105
pool = Pool(threads)

0 commit comments

Comments
 (0)