mirror of https://gitlab.com/bashrc2/epicyon
Debug for git
parent
307ae74b29
commit
884fb86d1a
1
inbox.py
1
inbox.py
|
@ -2052,6 +2052,7 @@ def inboxAfterCapabilities(recentPostsCache: {}, maxRecentPosts: int,
|
||||||
print('Debug git 1')
|
print('Debug git 1')
|
||||||
if isinstance(postJsonObject['object'], dict):
|
if isinstance(postJsonObject['object'], dict):
|
||||||
print('Debug git 2')
|
print('Debug git 2')
|
||||||
|
pprint(postJsonObject)
|
||||||
if postJsonObject['object'].get('content') and \
|
if postJsonObject['object'].get('content') and \
|
||||||
postJsonObject['object'].get('summary'):
|
postJsonObject['object'].get('summary'):
|
||||||
print('Debug git 3')
|
print('Debug git 3')
|
||||||
|
|
Loading…
Reference in New Issue