Skip to content

Commit b66360d

Browse files
fixed semicircle_example.py
1 parent 588f349 commit b66360d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dash_planet/semicircle_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
env_path = Path('.') / '.env'
1111
load_dotenv(env_path)
1212

13-
API_URL = os.getenv("API_URL", "http://localhost:8000/api/api-keys")
13+
API_URL = os.getenv("API_URL")
1414
API_KEY = os.getenv("API_KEY")
1515

1616
styles = {

0 commit comments

Comments
 (0)