Skip to content

Commit 6c29b45

Browse files
author
Abhishek Singh
committed
changed documentation to reflect changes in server
1 parent a0cbc97 commit 6c29b45

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,7 @@ def main():
5252
logging.config.dictConfig(get_default_logger_settings(logging.DEBUG))
5353
server = SQLiteServer(database=":memory:",
5454
bind_address="tcp://127.0.0.1:5000")
55-
try:
56-
server.start()
57-
except KeyboardInterrupt:
58-
server.stop()
59-
55+
server.start()
6056

6157
if __name__ == '__main__':
6258
main()

0 commit comments

Comments
 (0)