Skip to content

Commit

Permalink
build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSolanaceae authored Feb 28, 2024
1 parent b1f815c commit 02acd45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion proxy_check.py → proxy_check.pyx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# cython: language_level=3
# -*- coding: utf-8 -*-

import requests
import time
import logging
Expand Down Expand Up @@ -116,4 +119,4 @@ def main():
with open(PROXY_LIST_FILE, 'w') as f:
for proxy in https_valid_proxies:
f.write(proxy + '\n')
main()
main()

0 comments on commit 02acd45

Please sign in to comment.