rm cli code, will create a new cli.py file

This commit is contained in:
Akash
2020-07-21 20:12:15 +05:30
committed by GitHub
parent 6561ef4ca5
commit d849a62dfd

View File

@@ -151,9 +151,3 @@ class Url():
req = Request(request_url, headers=hdr) # nosec
response = self.get_response(req)
return str(response.read()).count(",") # Most efficient method to count number of archives (yet)
def command_line():
pass
if __name__ == "__main__":
command_line()