Update index.py

pull/109/head
midoks 4 years ago
parent 829def8f48
commit 0154d44349
  1. 2
      plugins/mysql/index.py

@ -195,7 +195,7 @@ def binLog():
restart()
else:
path = getDataDir()
if args.has_key('status'):
if 'status' in args:
dsize = 0
for n in os.listdir(path):
if len(n) < 9:

Loading…
Cancel
Save