Spaces:
Runtime error
Runtime error
Commit
·
de1d456
1
Parent(s):
c3a1acd
Rename ccogsphere.py to bcogsphere.py
Browse files
ccogsphere.py → bcogsphere.py
RENAMED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
from bs4 import BeautifulSoup
|
| 2 |
import requests
|
| 3 |
|
| 4 |
-
def
|
| 5 |
inp1=inp.split(":")
|
| 6 |
if (inp1[0]=="https"):
|
| 7 |
response = requests.get(inp)
|
|
|
|
| 1 |
from bs4 import BeautifulSoup
|
| 2 |
import requests
|
| 3 |
|
| 4 |
+
def bcs(inp):
|
| 5 |
inp1=inp.split(":")
|
| 6 |
if (inp1[0]=="https"):
|
| 7 |
response = requests.get(inp)
|