Missing import

merge-requests/30/head
Bob Mottram 2020-01-12 21:47:36 +00:00
parent fe97ef6fee
commit 1b0566f30d
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ __status__ = "Production"
import os
import time
import datetime
from utils import loadJson
def addSchedulePost(baseDir: str,nickname: str,domain: str, \
eventDateStr: str,postId: str) -> None: