This commit is contained in:
Mikołaj Kaczmarek 2025-06-15 22:01:27 +02:00
parent 8c7c4ceb19
commit 1fb8cac71f
No known key found for this signature in database
15 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ import json
import random
import datetime
from db_utils import create_db_session, User
from weather_api import get_weather
from src.db_utils import create_db_session, User
from src.weather_api import get_weather
# Inicjalizacja web app
app = flask.Flask(__name__,

View File

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB