Skip to content

Commit

Permalink
Removed command to create screenshot.png
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Nov 16, 2019
1 parent e1fd063 commit ddea6f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runsharp/full_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -882,9 +882,9 @@ def __initUI(self):

self.show()
self.raise_()
import time
time.sleep(3)
self.grab().save('./screenshot.png', 'png')
#import time
#time.sleep(3)
#self.grab().save('./screenshot.png', 'png')

def createMenuBar(self):
"""
Expand Down

0 comments on commit ddea6f8

Please sign in to comment.