kertser commited on
Commit
55464af
1 Parent(s): ef02423

Upload WarOnline_Chat.py

Browse files
Files changed (1) hide show
  1. WarOnline_Chat.py +1 -1
WarOnline_Chat.py CHANGED
@@ -55,7 +55,7 @@ def login(username=username, password=password, thread_url=thread_url):
55
  print('Login failed!')
56
  exit()
57
 
58
- def post(message=message, thread_url=thread_url, post_url=post_url, quoted_by="",quote_text="",quote_source=""):
59
  #Post a message to the forum (with or without the quote
60
  #quote_source is in format 'post-3920992'
61
  quote_source = quote_source.split('-')[-1] # Take the numbers only
 
55
  print('Login failed!')
56
  exit()
57
 
58
+ def post(message="", thread_url=thread_url, post_url=post_url, quoted_by="",quote_text="",quote_source=""):
59
  #Post a message to the forum (with or without the quote
60
  #quote_source is in format 'post-3920992'
61
  quote_source = quote_source.split('-')[-1] # Take the numbers only