mirror of
https://github.com/TriM-Organization/Linglun-Converter.git
synced 2025-09-06 12:46:28 +00:00
解决已知问题
This commit is contained in:
@ -22,10 +22,10 @@ try:
|
||||
.split("\n")
|
||||
)
|
||||
except (ConnectionError, SSLError):
|
||||
myWords = "以梦想为驱使 创造属于自己的未来"
|
||||
myWords = ["以梦想为驱使 创造属于自己的未来"]
|
||||
# noinspection PyBroadException
|
||||
except BaseException:
|
||||
myWords = "以梦想为驱使 创造属于自己的未来"
|
||||
myWords = ["以梦想为驱使 创造属于自己的未来"]
|
||||
|
||||
|
||||
JustifyMethod = Literal["default", "left", "center", "right", "full"]
|
||||
|
Reference in New Issue
Block a user