try
This commit is contained in:
+3
-1
@@ -30,7 +30,9 @@ from pathlib import Path
|
||||
from functools import lru_cache
|
||||
import hashlib
|
||||
from rate_limiter import RateLimiter
|
||||
from wordpress_xmlrpc import Client, UploadFile, NewPost
|
||||
from wordpress_xmlrpc import Client
|
||||
from wordpress_xmlrpc.methods.media import UploadFile
|
||||
from wordpress_xmlrpc.methods.posts import NewPost
|
||||
|
||||
# Configure logging
|
||||
logging.basicConfig(
|
||||
|
||||
Reference in New Issue
Block a user