We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cffb2f6 commit 315fc27Copy full SHA for 315fc27
1 file changed
main.py
@@ -98,6 +98,8 @@ def main():
98
99
100
if __name__ == "__main__":
101
+ if not getInternet():
102
+ print(bcolors.RED + "No internet connection")
103
makeDir()
104
threads = args.threads
105
pool = Pool(threads)
0 commit comments