rm cli code, will create a new cli.py file
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user