diff --git a/README.mkd b/README.mkd index 7f362a4..19ec4fd 100644 --- a/README.mkd +++ b/README.mkd @@ -8,6 +8,10 @@ I am a web developer and the whole concept of trying out small chunks of program **WHERE IS MY VIM....?** this plugin answers that (it also does *live update* say whatt) +## Dependencies + +- Python 2.6+ or 3.3+ + ## Installation - Manual installation: diff --git a/fidget.sh b/fidget.sh index f67db9e..196c240 100755 --- a/fidget.sh +++ b/fidget.sh @@ -5,7 +5,7 @@ if [ "$FIDGETDIR" == "" ]; then fi if [ "$1" == "" ]; then - FIDGET=$FIDGETDIR/`python -c "import random; print hex(int(str(random.random())[2:10]))[2:]"` + FIDGET=$FIDGETDIR/`python -c "import random; print (hex(int(str(random.random())[2:10])))[2:]"` else FIDGET=$FIDGETDIR/$1 fi