Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
unbit committed Oct 8, 2011
1 parent 0956c67 commit f02a8b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from distutils.core import setup

setup(name='uwsgitop',
version='0.3',
version='0.4',
description='uWSGI top-like interface',
scripts=['uwsgitop'],
install_requires = ['simplejson']
Expand Down
2 changes: 1 addition & 1 deletion uwsgitop
Expand Up @@ -38,7 +38,7 @@ if ':' in addr:

freq = 3
try:
freg = int(sys.argv[2])
freq = int(sys.argv[2])
except:
pass

Expand Down

0 comments on commit f02a8b6

Please sign in to comment.