Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit a48d5fb

Browse files
SSL Issue
1 parent 14f6d07 commit a48d5fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Help_functions/login.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
import csv
22
import json
33
from os import path
4+
import warnings
45

56
import requests
67
from lxml.html import fromstring
8+
warnings.filterwarnings("ignore")
79

810
directory = path.dirname(__file__)
911

0 commit comments

Comments
 (0)