From e45d7b7871621999d28474262fd567cc25551911 Mon Sep 17 00:00:00 2001
From: Christopher Bohn <bohn@unl.edu>
Date: Thu, 29 Aug 2019 07:56:55 -0500
Subject: [PATCH] changed double-quote to single-quote for consistency

---
 config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.py b/config.py
index 2c80988..e99fac8 100644
--- a/config.py
+++ b/config.py
@@ -4,6 +4,6 @@ class Config:
     gitlab_api_key = None
 
     # Canvas API configuration
-    canvas_url = "https://canvas.unl.edu/api/v1/"
+    canvas_url = 'https://canvas.unl.edu/api/v1/'
     canvas_api_key = None
 
-- 
GitLab