Skip to content

Commit

Permalink
post merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hcincera committed Feb 29, 2024
1 parent cb5a783 commit 8417f05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ local/
app/__pycache__/
*.pyc
**/.pytest_cache
**/.DS_Store
**/.DS_Store
Binary file removed app/.DS_Store
Binary file not shown.
4 changes: 3 additions & 1 deletion tests/fill_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
import random, lorem, uuid, requests
from urllib.parse import urljoin

server_url = "http://localhost:8069"
#server_url = "http://localhost:8069"
server_url = "http://59a8aca7ad173c39.app.tourdeapp.cz"


def get_random_lecturer():
l = {}
Expand Down

0 comments on commit 8417f05

Please sign in to comment.