pull/79/head
Han 1 year ago committed by GitHub
parent d48bb966d1
commit 258a61a8bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ def ask_api(
return '[ERROR]: Invalid API Host'
if url.strip() == '' and file == None:
return '[ERROR]: Both URL and PDF is empty. Provide atleast one.'
return '[ERROR]: Both URL and PDF is empty. Provide at least one.'
if url.strip() != '' and file != None:
return '[ERROR]: Both URL and PDF is provided. Please provide only one (either URL or PDF).'

Loading…
Cancel
Save