diff options
Diffstat (limited to 'crocoite')
-rw-r--r-- | crocoite/behavior.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crocoite/behavior.py b/crocoite/behavior.py index a12e9c2..1610751 100644 --- a/crocoite/behavior.py +++ b/crocoite/behavior.py @@ -297,6 +297,8 @@ class ScreenshotEvent: class Screenshot (Behavior): """ Create screenshot from tab and write it to WARC + + Chrome will allocate an additional 512MB of RAM when using this plugin. """ __slots__ = ('script') |