We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1307d commit cf5ba02Copy full SHA for cf5ba02
sparql_file/env.py
@@ -2,7 +2,7 @@
2
3
from . import sparql_file
4
5
-GRAPH_FILE = os.getenv("GRAPH_FILE")
+GRAPH_FILE = os.getenv("GRAPH_FILE", "graph.ttl")
6
EXAMPLE_QUERY = os.getenv("EXAMPLE_QUERY")
7
8
app = sparql_file(GRAPH_FILE, EXAMPLE_QUERY)
0 commit comments