Skip to content

Commit

Permalink
Verbose off
Browse files Browse the repository at this point in the history
  • Loading branch information
jhavl committed Nov 9, 2020
1 parent 4ab5cf6 commit 94c4f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift/Swift.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async def producer(self):

class SwiftServer:

def __init__(self, outq, inq, socket_port, verbose=True):
def __init__(self, outq, inq, socket_port, verbose=False):

server_port = 52000
self.inq = inq
Expand Down

0 comments on commit 94c4f63

Please sign in to comment.