if os.path.isfile(path) and os.path.getsize(path) > 1000:
continue
print("Download address db: {}".format(path))
print("Download ip db: {}".format(path))
download_file(src, path)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.