This website works better with JavaScript.
Home
Explore
Help
Sign In
noelle
/
MUSHcord
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Forgot to trim newlines
master
Noëlle Anthony
5 years ago
parent
dab067d452
commit
44a4fcfb12
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
mushcord.py
+ 1
- 1
mushcord.py
View File
@@ -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…
Cancel
Save