mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-05 17:03:58 +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 sys
|
||||
|
||||
from config import Config
|
||||
|
||||
|
||||
class Nasa(Config):
|
||||
class Nasa:
|
||||
def __init__(self):
|
||||
self.url = "https://apod.nasa.gov/apod/"
|
||||
self.headers = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) '
|
||||
|
|
Loading…
Reference in a new issue