Skip to content

Commit ef822ea

Browse files
committed
Fix: Moderate server url fixed.
1 parent d141faf commit ef822ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cleantalk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class CleanTalk:
2323

2424
def __init__(self,
2525
auth_key,
26-
server_url = 'http://moderate.cleantalk.org',
26+
server_url = 'https://moderate.cleantalk.org',
2727
api_url='/api2.0',
2828
connection_timeout=8,
2929
method_name='check_message',

0 commit comments

Comments
 (0)