Skip to content

Commit b3be4e3

Browse files
committed
update domain name
1 parent 404de2b commit b3be4e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

LightningBot.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
from sys import argv
99

1010
class LightningBot:
11-
"""Python interface for lightingbot.tk"""
11+
"""Python interface for lightingbot"""
1212

13-
TEST_API_URL = 'https://lightningbot.tk/api/test'
14-
RANKED_API_URL = 'https://lightningbot.tk/api'
13+
TEST_API_URL = 'https://lightningbot.cf/api/test'
14+
RANKED_API_URL = 'https://lightningbot.cf/api'
1515

1616
DIRECTION_NAMES = {
1717
-2: 'Dead',
@@ -44,7 +44,7 @@ def __init__(self, bot_name=None, api_token=None, background_output=False):
4444
self.session = requests.Session()
4545

4646
# Minimum round trip time of server requests in seconds
47-
# Ping lightningbot.tk to measure your latency
47+
# Ping to measure your latency
4848
self.latency = timedelta(milliseconds=75)
4949

5050
# Turn number, first actual turn is 1

0 commit comments

Comments
 (0)