Explorar el Código

feat: gravatar default image updated

Timothy J. Baek hace 1 año
padre
commit
dedb42582b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      backend/utils/misc.py

+ 1 - 1
backend/utils/misc.py

@@ -12,4 +12,4 @@ def get_gravatar_url(email):
     hash_hex = hash_object.hexdigest()
     hash_hex = hash_object.hexdigest()
 
 
     # Grab the actual image URL
     # Grab the actual image URL
-    return f"https://www.gravatar.com/avatar/{hash_hex}"
+    return f"https://www.gravatar.com/avatar/{hash_hex}?d=mp"