Update WarOnline_Chat.py
Browse files- WarOnline_Chat.py +1 -1
WarOnline_Chat.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# This is an quote and post library for a specific thread in the WarOnline forum.
|
| 2 |
|
| 3 |
-
import
|
| 4 |
import requests
|
| 5 |
import re
|
| 6 |
from bs4 import BeautifulSoup
|
|
|
|
| 1 |
# This is an quote and post library for a specific thread in the WarOnline forum.
|
| 2 |
|
| 3 |
+
import WarClient
|
| 4 |
import requests
|
| 5 |
import re
|
| 6 |
from bs4 import BeautifulSoup
|