1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Steffo 2018-02-02 11:46:59 +01:00
commit 1a56dde8a7
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: C27544372FBB445D
2 changed files with 5 additions and 5 deletions

View file

@ -33,7 +33,7 @@ finally:
# Init the discord bot
client = discord.Client()
discord.opus.load_opus("libopus-0.dll")
discord.opus.load_opus("/usr/lib/x86_64-linux-gnu/libopus.so")
voice_client = None
voice_player = None
voice_queue = []

View file

@ -38,6 +38,6 @@ def page_challenge_one():
if __name__ == "__main__":
try:
app.run(host="0.0.0.0", port=1234, debug=True)
app.run(host="0.0.0.0", port=1234)
except KeyboardInterrupt:
pass