diff options
author | Jinwei Zhao <[email protected]> | 2017-01-31 08:35:05 +0800 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2017-01-31 08:35:05 +0800 |
commit | 66d411c97ba82bfe3b072b57d2b7f8a6554723d6 (patch) | |
tree | baa314fc017e84e2aa5d39ca9ee0922e79957e07 /ingrex/praser.py | |
parent | 8a1af78b809716a471d1c0d12cfcf89d2e19070f (diff) | |
download | COMM2TG-66d411c97ba82bfe3b072b57d2b7f8a6554723d6.tar.gz |
format
Diffstat (limited to 'ingrex/praser.py')
-rwxr-xr-x | ingrex/praser.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ingrex/praser.py b/ingrex/praser.py index 732ab1b..a05ec1e 100755 --- a/ingrex/praser.py +++ b/ingrex/praser.py | |||
@@ -9,6 +9,7 @@ if osname == "Linux": | |||
9 | os.environ['TZ'] = 'Asia/Shanghai' | 9 | os.environ['TZ'] = 'Asia/Shanghai' |
10 | time.tzset() | 10 | time.tzset() |
11 | 11 | ||
12 | |||
12 | class Message(object): | 13 | class Message(object): |
13 | "Message object" | 14 | "Message object" |
14 | def __init__(self, raw_msg): | 15 | def __init__(self, raw_msg): |