Search Results for '2019/09'


3 posts related to '2019/09'

  1. 2019/09/18 BeautifulSoup4 에러 해결 방법
  2. 2019/09/17 크랙 다운로드 사이트 주소
  3. 2019/09/16 파이썬 IP 확인 소스
한시간 넘도록 오류를 뿜어

$ pip uninstall BeautifulSoup4
$ easy_install BeautifulSoup4

그냥 지웠다 설치 하니 해결 된다. 젠장할~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2019/09/18 13:21 2019/09/18 13:21
https://free.appnee.com/genp/
2019/09/17 10:08 2019/09/17 10:08
from requests import get
import time

ip = get('https://youngsam.net/ipadd.php').text

while True:
print(ip)
time.sleep(5)
2019/09/16 11:08 2019/09/16 11:08