This website works better with JavaScript.
홈
탐색
도움말
로그인
noelle
/
MUSHcord
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
소스 검색
Forgot to trim newlines
master
Noëlle Anthony
5 년 전
부모
dab067d452
커밋
44a4fcfb12
1개의 변경된 파일
과
1개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
변경상태 보기
1
1
mushcord.py
+ 1
- 1
mushcord.py
파일 보기
@@ -13,7 +13,7 @@ class Mushcord:
options = file.readlines()
config = {}
for option in options:
o = option.split('=')
o = option.s
trip("\n").s
plit('=')
config[o[0]] = config[o[1]]
self.TOKEN = config['TOKEN']
self.server = config['SERVER']
Write
Preview
Loading…
취소
저장