It's FILE not PATH

Change-Id: I5fc656d0739ff5b0b0d127d97bfc89528107b674
This commit is contained in:
Monty Taylor 2017-02-23 15:01:48 -05:00
parent 15aa91d050
commit 96e3c45e29
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ class Server(object):
def test():
s = Server(LOG_STREAM_PATH, LOG_STREAM_PORT)
s = Server(LOG_STREAM_FILE, LOG_STREAM_PORT)
s.run()