]> kaliko git repositories - mpd-sima.git/blobdiff - simadb_cli
Some more clean-up
[mpd-sima.git] / simadb_cli
index c57e1301832ef02026cc16a11d93784ad90170fd..65ae284732712ec5628299747c7ab6cf18e93ff6 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2010-2013 Jack Kaliko <efrim@azylum.org>
+# Copyright (c) 2010-2015 Jack Kaliko <kaliko@azylum.org>
 #
 #  This file is part of MPD_sima
 #
@@ -73,6 +73,7 @@ OPTS = list([
     {
         'sw': ['--view_bl'],
         'action': 'store_true',
+        'dest': 'view_bl',
         'help': 'View black list.'},
     {
         'sw': ['--remove_bl'],
@@ -112,7 +113,6 @@ class SimaDB_CLI(object):
         self.options = dict({})
         self.localencoding = 'UTF-8'
         self._get_encoding()
-        self._upgrade()
         self.main()
 
     def _get_encoding(self):