Skip to content

Commit cf5ba02

Browse files
committed
Set default graph name for env
1 parent bb1307d commit cf5ba02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sparql_file/env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from . import sparql_file
44

5-
GRAPH_FILE = os.getenv("GRAPH_FILE")
5+
GRAPH_FILE = os.getenv("GRAPH_FILE", "graph.ttl")
66
EXAMPLE_QUERY = os.getenv("EXAMPLE_QUERY")
77

88
app = sparql_file(GRAPH_FILE, EXAMPLE_QUERY)

0 commit comments

Comments
 (0)