Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 7fe9d86

Browse files
committed
Bump version number
1 parent ea911c5 commit 7fe9d86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

db/datastore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ def clear_all(self, except_guids=None):
859859
with conn:
860860
cursor = conn.cursor()
861861
cursor.execute('''DELETE FROM moderators WHERE guid NOT IN ({seq})'''.format(
862-
seq=','.join(['?']*len(except_guids))), except_guids)
862+
seq=','.join(['?']*len(except_guids))), except_guids)
863863
conn.commit()
864864

865865
conn.close()

openbazaard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class Parser(object):
214214
def __init__(self, daemon):
215215
self.daemon = daemon
216216
parser = argparse.ArgumentParser(
217-
description='OpenBazaar-Server v0.1.7',
217+
description='OpenBazaar-Server v0.1.8',
218218
usage='''
219219
python openbazaard.py <command> [<args>]
220220
python openbazaard.py <command> --help

0 commit comments

Comments
 (0)