Skip to content

Commit

Permalink
fix: Create new event loop for cleanup if current one is not running
Browse files Browse the repository at this point in the history
  • Loading branch information
malmeloo committed Aug 2, 2024
1 parent b7ba97f commit 5cfb328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fetch_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from findmy.reports import RemoteAnisetteProvider

# URL to (public or local) anisette server
ANISETTE_SERVER = "http://localhost:6969"
ANISETTE_SERVER = "https://ani.intra.mikealmel.ooo"

logging.basicConfig(level=logging.INFO)

Expand Down

0 comments on commit 5cfb328

Please sign in to comment.