Update WarOnline_Chat.py
Browse files- WarOnline_Chat.py +1 -1
WarOnline_Chat.py
CHANGED
|
@@ -158,4 +158,4 @@ if __name__ == '__main__':
|
|
| 158 |
reply = allQuotesFor(thread_url=thread_url, username=quote['messengerName'], startingPage=1)
|
| 159 |
if not reply:
|
| 160 |
print('Quote: ',quote['reply'])
|
| 161 |
-
print(
|
|
|
|
| 158 |
reply = allQuotesFor(thread_url=thread_url, username=quote['messengerName'], startingPage=1)
|
| 159 |
if not reply:
|
| 160 |
print('Quote: ',quote['reply'])
|
| 161 |
+
print(WarClient.getReply(message=quote['reply']))
|