Skip to content

Commit

Permalink
Update requirements, add log file
Browse files Browse the repository at this point in the history
  • Loading branch information
kaenganxt committed Jun 19, 2024
1 parent 2cb3fe1 commit 33bac72
Show file tree
Hide file tree
Showing 4 changed files with 995 additions and 557 deletions.
4 changes: 3 additions & 1 deletion external_sync/clear_matrix.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
import typer
from eliot import start_action, start_task, log_message
from eliot import start_action, start_task, log_message, to_file

import urllib.request
import json

import matrix_settings
from common import create_keycloak_admin_client

to_file(open("log.json", "w"))

allowed_roles = ["Mitarbeiter", "Piratenpartei Deutschland"]

def get_allowed_keycloak_users():
Expand Down
Loading

0 comments on commit 33bac72

Please sign in to comment.