forked from indymedia/epicyon
More debug
parent
b5bcb75c3c
commit
9947411c45
|
@ -2635,6 +2635,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
"""A new post has been created
|
"""A new post has been created
|
||||||
This creates a thread to send the new post
|
This creates a thread to send the new post
|
||||||
"""
|
"""
|
||||||
|
print('_receiveNewPost '+postType+' '+path)
|
||||||
pageNumber=1
|
pageNumber=1
|
||||||
if not (authorized and '/users/' in path and '?'+postType+'?' in path):
|
if not (authorized and '/users/' in path and '?'+postType+'?' in path):
|
||||||
print('Not receiving new post for '+path)
|
print('Not receiving new post for '+path)
|
||||||
|
|
Loading…
Reference in New Issue