diff options
| author | Bobby <[email protected]> | 2023-03-26 03:05:35 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-03-26 03:05:35 -0400 |
| commit | b7c82d55d3a5efcb025a34579d5d98877a9e9ba4 (patch) | |
| tree | d7a9223974f1dedbe518403c7a03be25b7a97396 | |
| parent | b8284d8322063b1e936b84bcab26a5f97d3b6dd9 (diff) | |
| download | thatcomputerscientist-b7c82d55d3a5efcb025a34579d5d98877a9e9ba4.tar.xz thatcomputerscientist-b7c82d55d3a5efcb025a34579d5d98877a9e9ba4.zip | |
Return back to debug screenshot feature
| -rw-r--r-- | thatcomputerscientist/urls.py | 2 |
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() |
