mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 03:17:12 +00:00
Make people listed in wallets url-linkable
This commit is contained in:
@@ -53,7 +53,8 @@ def make_valid_date(date):
|
||||
return None
|
||||
|
||||
if datestr: # might have been None
|
||||
print(f"! - Failed to understand date, none of our tricks worked {datestr=} ")
|
||||
if datestr != "None":
|
||||
print(f"! - Failed to understand date, none of our tricks worked {datestr=} ")
|
||||
return None
|
||||
|
||||
archaic_wallets = [
|
||||
|
||||
Reference in New Issue
Block a user