Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
smurfd committed Apr 1, 2024
1 parent 23142b1 commit 72d6e78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lotordb/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ def run(self) -> None:
finally:
self.close() # ssl_sock.close()
elif self.type == 'db' and self.test: # database server, hack so you can run server in tests
print('db test')
self.listen()
f = Files('/tmp/dbtest')
f = Files('.lib/db1')
index = f.recv_index(self.ssl_sock)
data = f.recv_data(self.ssl_sock)
fi = f.init_index(*index)
Expand Down

0 comments on commit 72d6e78

Please sign in to comment.