diff options
Diffstat (limited to 'AyaBot/plugins/weather.py')
-rw-r--r-- | AyaBot/plugins/weather.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AyaBot/plugins/weather.py b/AyaBot/plugins/weather.py index d439eeb..0c751d0 100644 --- a/AyaBot/plugins/weather.py +++ b/AyaBot/plugins/weather.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- import os import re import sys |