Skip to content

Instantly share code, notes, and snippets.

@dirkd
Created January 29, 2014 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dirkd/f6a7b9a4943dd05ec944 to your computer and use it in GitHub Desktop.
Save dirkd/f6a7b9a4943dd05ec944 to your computer and use it in GitHub Desktop.
--- a/caffeine/core.py 2014-01-29 20:52:36.218279030 +0100
+++ b/caffeine/core.py 2014-01-29 20:53:23.666046037 +0100
@@ -127,7 +127,7 @@
try:
## look for files opened by flashplayer that begin with 'Flash'
- output = commands.getoutput("python flash_detect.py")
+ output = commands.getoutput("python2 flash_detect.py")
if output == "1":
raise escape
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment