Browse Source

Fix NameError with itertools in client.

pull/60/head
Rapptz 9 years ago
parent
commit
658090f129
  1. 1
      discord/client.py

1
discord/client.py

@ -46,6 +46,7 @@ import websockets
import logging, traceback
import sys, time, re, json
import tempfile, os, hashlib
import itertools
log = logging.getLogger(__name__)
request_logging_format = '{method} {response.url} has returned {response.status}'

Loading…
Cancel
Save