fix server queries again
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1579 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -36,10 +36,10 @@ def query(myopts):
|
||||
|
||||
rc = 10
|
||||
Entropy = ServerInterface()
|
||||
dbconn = Entropy.openServerDatabase(just_reading = True)
|
||||
|
||||
if cmd == "search":
|
||||
|
||||
dbconn = Entropy.openServerDatabase(just_reading = True)
|
||||
# open read only
|
||||
count = 0
|
||||
for mykeyword in myopts:
|
||||
|
||||
Reference in New Issue
Block a user