Closed ShrirajHegde closed 1 year ago
Remove probably unintentional test code.
The following code creates an infinite loop.
from swiftshadow.swiftshadow import Proxy
If this is intended for fetching proxies and printing them to the terminal, Then checking if __name__ == "__main__" is required.
__name__ == "__main__"
Remove probably unintentional test code.
The following code creates an infinite loop.
If this is intended for fetching proxies and printing them to the terminal, Then checking if
__name__ == "__main__"
is required.