Skip to content

Commit

Permalink
fix python 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clowwindy committed Oct 31, 2014
1 parent a502dd3 commit 4699de1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ script:
- python tests/test.py -c tests/salsa20.json
- python tests/test.py -c tests/server-multi-ports.json
- python tests/test.py -c tests/server-multi-passwd.json tests/server-multi-passwd-client-side.json
- python tests/test.py -c tests/server-multi-passwd-table.json
- python tests/test.py -c tests/workers.json
2 changes: 1 addition & 1 deletion shadowsocks/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def get_config(is_local):
level = logging.INFO
logging.basicConfig(level=level,
format='%(asctime)s %(levelname)-8s %(message)s',
datefmt='%Y-%m-%d %H:%M:%S', filemode='a+')
datefmt='%Y-%m-%d %H:%M:%S')

check_config(config)

Expand Down

0 comments on commit 4699de1

Please sign in to comment.