diff options
| author | Bobby <[email protected]> | 2023-05-15 08:47:47 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-15 08:47:47 -0400 |
| commit | f18dfe5d3785679220b62375a4258598926db072 (patch) | |
| tree | 90edb8e76f81e1a7035a4c37d444c219d2b9fc87 /ignis | |
| parent | e3818d19e488a44e049744a5deec828d9aa852ac (diff) | |
| download | thatcomputerscientist-f18dfe5d3785679220b62375a4258598926db072.tar.xz thatcomputerscientist-f18dfe5d3785679220b62375a4258598926db072.zip | |
Update screenshot time to get all messages in chat
Diffstat (limited to 'ignis')
| -rw-r--r-- | ignis/views.py | 2 |
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') |
