aboutsummaryrefslogtreecommitdiff
path: root/ignis
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-05-15 08:47:47 -0400
committerBobby <[email protected]>2023-05-15 08:47:47 -0400
commitf18dfe5d3785679220b62375a4258598926db072 (patch)
tree90edb8e76f81e1a7035a4c37d444c219d2b9fc87 /ignis
parente3818d19e488a44e049744a5deec828d9aa852ac (diff)
downloadthatcomputerscientist-f18dfe5d3785679220b62375a4258598926db072.tar.xz
thatcomputerscientist-f18dfe5d3785679220b62375a4258598926db072.zip
Update screenshot time to get all messages in chat
Diffstat (limited to 'ignis')
-rw-r--r--ignis/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ignis/views.py b/ignis/views.py
index 89494f29..89657814 100644
--- a/ignis/views.py
+++ b/ignis/views.py
@@ -187,7 +187,7 @@ def get_screenshot(request):
# Wait until the page is loaded
driver.get(url)
- time.sleep(5)
+ time.sleep(10)
# write 3 chat messages in #chatbox-input
chatbox = driver.find_element('id', 'chatbox-input')