mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 07:28:45 +00:00
New year, new expo: bugs for auto-creating new expo
This commit is contained in:
@@ -140,6 +140,7 @@ def read_signups():
|
||||
|
||||
signupsfile = signups_dir / SIGNUPS_FILE
|
||||
if not signupsfile.is_file():
|
||||
print(f" ! Nobody has signed up for expedition {current_expo()} yet.")
|
||||
return { "SIGNEDUP": {} } # dict where e.g. {"philip-sargent": encrypted_form_data, more users etc.}
|
||||
|
||||
with open(signupsfile, 'r', encoding='utf-8') as json_f:
|
||||
|
||||
Reference in New Issue
Block a user