From 1387cbede08830810874e804d938fa5823d4d142 Mon Sep 17 00:00:00 2001 From: Jalin Date: Wed, 16 Jan 2019 19:17:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E7=A0=81=E4=B8=8D?= =?UTF-8?q?=E5=85=BC=E5=AE=B9=20#14=20#57?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env.docker.py.example | 2 +- env.py.example | 2 +- env.slave.py.example | 2 +- main.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/env.docker.py.example b/env.docker.py.example index 15a707f..ee57be7 100644 --- a/env.docker.py.example +++ b/env.docker.py.example @@ -1,4 +1,4 @@ -# encoding=utf8 +# -*- coding: utf-8 -*- # 12306 账号 USER_ACCOUNTS = [ diff --git a/env.py.example b/env.py.example index eff2219..af416fd 100644 --- a/env.py.example +++ b/env.py.example @@ -1,4 +1,4 @@ -# encoding=utf8 +# -*- coding: utf-8 -*- # 12306 账号 USER_ACCOUNTS = [ diff --git a/env.slave.py.example b/env.slave.py.example index 2352dec..1977a2a 100644 --- a/env.slave.py.example +++ b/env.slave.py.example @@ -1,4 +1,4 @@ -# encoding=utf8 +# -*- coding: utf-8 -*- # 分布式子节点配置文件示例 # 分布式集群配置 diff --git a/main.py b/main.py index f5fbe25..13f2c26 100644 --- a/main.py +++ b/main.py @@ -1,4 +1,4 @@ -# encoding=utf8 +# -*- coding: utf-8 -*- import sys from py12306.app import *