zmiany
This commit is contained in:
parent
4d640c526e
commit
d977ced0f5
6
app.py
6
app.py
@ -233,9 +233,9 @@ def main():
|
|||||||
skipped_with_points += 1
|
skipped_with_points += 1
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if (user.get('post_count') or 0) > 0:
|
if (user.get('post_count') or 0) > 0:
|
||||||
# Pomijamy użytkownika, który dodał treści
|
# Pomijamy użytkownika, który dodał treści
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# Pomijanie aktywnych "weteranów"
|
# Pomijanie aktywnych "weteranów"
|
||||||
created_year = datetime.datetime.fromtimestamp(user['created']).year if user.get('created') else None
|
created_year = datetime.datetime.fromtimestamp(user['created']).year if user.get('created') else None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user