Create public post rather than blog post

merge-requests/8/head
Bob Mottram 2020-10-07 22:11:01 +01:00
parent d1e9f113e3
commit e090a3c047
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import os
import time import time
from collections import OrderedDict from collections import OrderedDict
from newswire import getDictFromNewswire from newswire import getDictFromNewswire
from posts import createBlogPost from posts import createPublicPost
from utils import saveJson from utils import saveJson
from utils import getStatusNumber from utils import getStatusNumber