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
|
||||
continue
|
||||
|
||||
if (user.get('post_count') or 0) > 0:
|
||||
# Pomijamy użytkownika, który dodał treści
|
||||
continue
|
||||
if (user.get('post_count') or 0) > 0:
|
||||
# Pomijamy użytkownika, który dodał treści
|
||||
continue
|
||||
|
||||
# Pomijanie aktywnych "weteranów"
|
||||
created_year = datetime.datetime.fromtimestamp(user['created']).year if user.get('created') else None
|
||||
|
Loading…
x
Reference in New Issue
Block a user