mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-22 08:36:22 +03:00
удаление импорта
This commit is contained in:
parent
ed1b7d8386
commit
3398f93297
1 changed files with 1 additions and 3 deletions
4
main.py
4
main.py
|
@ -31,10 +31,8 @@ import winreg as reg
|
||||||
import getpass
|
import getpass
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from config import Config
|
|
||||||
|
|
||||||
|
class Nasa:
|
||||||
class Nasa(Config):
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.url = "https://apod.nasa.gov/apod/"
|
self.url = "https://apod.nasa.gov/apod/"
|
||||||
self.headers = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) '
|
self.headers = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) '
|
||||||
|
|
Loading…
Add table
Reference in a new issue