diff options
| author | Niclas Dobbertin <niclas.dobbertin@mailbox.org> | 2026-07-10 12:34:06 +0200 |
|---|---|---|
| committer | Niclas Dobbertin <niclas.dobbertin@mailbox.org> | 2026-07-10 12:34:06 +0200 |
| commit | 6e4493add95c4b8fe2e5e8b63a5349183de3b85d (patch) | |
| tree | a4153baf74c6bd67ccab48cfe0f731de4b9244ee /cgi | |
| parent | 405a8b677905b59b94525bdfdf38d354fba6f14c (diff) | |
this is devdev
Diffstat (limited to 'cgi')
| -rwxr-xr-x | cgi/view_meeting.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/view_meeting.py b/cgi/view_meeting.py index 92bf534..7c9a23d 100755 --- a/cgi/view_meeting.py +++ b/cgi/view_meeting.py @@ -44,5 +44,5 @@ meeting_data = extract_meeting(meeting_id) print("Content-Type: text/plain") print("") -print("This is master") +print("This is dev") print(meeting_data) |
