removed obsolete endpoints and added missing endpoints
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
This commit is contained in:
@@ -28,8 +28,8 @@ if __name__== "__main__":
|
||||
try:
|
||||
data = server.request(logger, table=table)
|
||||
logger.info("%s: %s", table, len(data))
|
||||
if len(data) == 1:
|
||||
logger.info("show data: %s", data)
|
||||
#if len(data) == 1:
|
||||
# logger.info("show data: %s", data)
|
||||
except EndPointNotAvailableException:
|
||||
logger.info("Endpoint not implemented")
|
||||
logger.info("kontor.sync finished")
|
||||
|
||||
Reference in New Issue
Block a user