diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-01-25 19:56:36 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-01-25 19:56:36 +0000 |
commit | 0d105d40dabf9079dad98cdf01d15179c88a00b2 (patch) | |
tree | a670559cf0831ea757f11dcd6ea93865c435a585 /core/utils.py | |
parent | c479345b6c2bed95b5228c5a25bfae8a159b2596 (diff) | |
download | troggle-0d105d40dabf9079dad98cdf01d15179c88a00b2.tar.gz troggle-0d105d40dabf9079dad98cdf01d15179c88a00b2.tar.bz2 troggle-0d105d40dabf9079dad98cdf01d15179c88a00b2.zip |
Signup form now saving data (and encrypting it)
Diffstat (limited to 'core/utils.py')
-rw-r--r-- | core/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/utils.py b/core/utils.py index b6ec7af..33872b3 100644 --- a/core/utils.py +++ b/core/utils.py @@ -135,7 +135,6 @@ def make_new_expo_dir(year): if not p.is_file(): write_and_commit( [(p, content, "utf8")], f"Auto new year {ff} file creation", "Auto New Year <make_new_expo_dir@troggle.expo>") - def current_expo(): """Returns the current expo year, but also checks if the most recent expo year is the same as this year. If it is not, then it creates an empty Expedition and fixes some files and |