Skip to content

Commit c062705

Browse files
authored
Merge pull request #448 from SalamanderXing/fix-issue-447
Resolves #447
2 parents c19d83f + 4b65392 commit c062705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraphai/integrations/burr_bridge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class BurrBridge:
102102
def __init__(self, base_graph, burr_config):
103103
self.base_graph = base_graph
104104
self.burr_config = burr_config
105-
self.project_name = burr_config.get("project_name", "scrapegraph: {}")
105+
self.project_name = burr_config.get("project_name", "scrapegraph_project")
106106
self.app_instance_id = burr_config.get("app_instance_id", "default-instance")
107107
self.burr_inputs = burr_config.get("inputs", {})
108108
self.burr_app = None

0 commit comments

Comments
 (0)