修复编码不兼容 #14 #57

This commit is contained in:
Jalin
2019-01-16 19:17:10 +08:00
parent ab84b92665
commit 033c34e035
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# encoding=utf8
# -*- coding: utf-8 -*-
# 12306 账号
USER_ACCOUNTS = [

View File

@@ -1,4 +1,4 @@
# encoding=utf8
# -*- coding: utf-8 -*-
# 12306 账号
USER_ACCOUNTS = [

View File

@@ -1,4 +1,4 @@
# encoding=utf8
# -*- coding: utf-8 -*-
# 分布式子节点配置文件示例
# 分布式集群配置

View File

@@ -1,4 +1,4 @@
# encoding=utf8
# -*- coding: utf-8 -*-
import sys
from py12306.app import *