Skip to content
Snippets Groups Projects

Füge Kategorien für DokuWiki hinzu

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -639,7 +639,7 @@ def push_to_dokuwiki_async(protocol_id, content, summary):
with xmlrpc.client.ServerProxy(config.WIKI_API_URL) as proxy:
try:
if not proxy.wiki.putPage(
protocol.protocoltype.get_dokuwiki_pagetitle(), content,
protocol.get_dokuwiki_pagetitle(), content,
{"sum":
"Automatisch generiert vom Protokollsystem 3."}):
return _make_error(
Loading