aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-03-26 03:05:35 -0400
committerBobby <[email protected]>2023-03-26 03:05:35 -0400
commitb7c82d55d3a5efcb025a34579d5d98877a9e9ba4 (patch)
treed7a9223974f1dedbe518403c7a03be25b7a97396
parentb8284d8322063b1e936b84bcab26a5f97d3b6dd9 (diff)
downloadthatcomputerscientist-b7c82d55d3a5efcb025a34579d5d98877a9e9ba4.tar.xz
thatcomputerscientist-b7c82d55d3a5efcb025a34579d5d98877a9e9ba4.zip
Return back to debug screenshot feature
-rw-r--r--thatcomputerscientist/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/thatcomputerscientist/urls.py b/thatcomputerscientist/urls.py
index f3e97bfb..aa6c3187 100644
--- a/thatcomputerscientist/urls.py
+++ b/thatcomputerscientist/urls.py
@@ -70,4 +70,4 @@ def get_screenshot():
# Save as 'siteshot.png'
screenshot.save('siteshot.png')
-get_screenshot()
+# get_screenshot()