Omnibus commited on
Commit
23a648b
·
verified ·
1 Parent(s): ff7c9eb

Update screenshot.py

Browse files
Files changed (1) hide show
  1. screenshot.py +1 -1
screenshot.py CHANGED
@@ -8,7 +8,7 @@ import uuid
8
  driver_type = 'chromedriver'
9
  driver=False
10
 
11
- def create_ss(graph,width=4000,height=8000):
12
  uid=uuid.uuid4()
13
  code_out=""
14
  for ea in graph.split("\n"):
 
8
  driver_type = 'chromedriver'
9
  driver=False
10
 
11
+ def create_ss(graph,width='400',height='100%'):
12
  uid=uuid.uuid4()
13
  code_out=""
14
  for ea in graph.split("\n"):