fg
BIN
files/assets/images/defaultpictures/131.gif
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
files/assets/images/defaultpictures/132.gif
Normal file
After Width: | Height: | Size: 7.7 KiB |
BIN
files/assets/images/defaultpictures/133.gif
Normal file
After Width: | Height: | Size: 8.7 KiB |
BIN
files/assets/images/defaultpictures/134.gif
Normal file
After Width: | Height: | Size: 8.9 KiB |
BIN
files/assets/images/defaultpictures/135.gif
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
files/assets/images/defaultpictures/136.gif
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
files/assets/images/defaultpictures/137.gif
Normal file
After Width: | Height: | Size: 7.7 KiB |
BIN
files/assets/images/defaultpictures/138.gif
Normal file
After Width: | Height: | Size: 9.2 KiB |
BIN
files/assets/images/defaultpictures/139.gif
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
files/assets/images/defaultpictures/140.gif
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
files/assets/images/defaultpictures/141.gif
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
files/assets/images/defaultpictures/142.gif
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
files/assets/images/defaultpictures/143.gif
Normal file
After Width: | Height: | Size: 7.2 KiB |
BIN
files/assets/images/defaultpictures/144.gif
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
files/assets/images/defaultpictures/145.gif
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
files/assets/images/defaultpictures/146.gif
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
files/assets/images/defaultpictures/147.gif
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
files/assets/images/defaultpictures/148.gif
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
files/assets/images/defaultpictures/149.gif
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
files/assets/images/defaultpictures/150.gif
Normal file
After Width: | Height: | Size: 97 KiB |
|
@ -474,7 +474,7 @@ class User(Base, Stndrd, Age_times):
|
|||
|
||||
@cache.memoize()
|
||||
def defaultpicture(self):
|
||||
pic = random.randint(1, 130)
|
||||
pic = random.randint(1, 150)
|
||||
return f"https://{site}/assets/images/defaultpictures/{pic}.gif"
|
||||
|
||||
@property
|
||||
|
|
|
@ -7,7 +7,6 @@ def full_link(url):
|
|||
|
||||
return f"https://{app.config['SERVER_NAME']}{url}"
|
||||
|
||||
|
||||
@app.template_filter("app_config")
|
||||
def app_config(x):
|
||||
return app.config.get(x)
|
||||
|
|