Skip to content
Snippets Groups Projects
Commit e45d7b78 authored by Christopher Bohn's avatar Christopher Bohn :thinking:
Browse files

changed double-quote to single-quote for consistency

parent e548298a
Branches
Tags
No related merge requests found
...@@ -4,6 +4,6 @@ class Config: ...@@ -4,6 +4,6 @@ class Config:
gitlab_api_key = None gitlab_api_key = None
# Canvas API configuration # Canvas API configuration
canvas_url = "https://canvas.unl.edu/api/v1/" canvas_url = 'https://canvas.unl.edu/api/v1/'
canvas_api_key = None canvas_api_key = None
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment