poprawki typo
This commit is contained in:
8
app.py
8
app.py
@ -23,6 +23,8 @@ from email.mime.text import MIMEText
|
|||||||
import time
|
import time
|
||||||
import requests
|
import requests
|
||||||
import string
|
import string
|
||||||
|
import textwrap
|
||||||
|
|
||||||
|
|
||||||
os.makedirs("logs", exist_ok=True)
|
os.makedirs("logs", exist_ok=True)
|
||||||
os.makedirs("exports", exist_ok=True)
|
os.makedirs("exports", exist_ok=True)
|
||||||
@ -318,7 +320,11 @@ def main():
|
|||||||
|
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
description="Drupal 6 user cleanup tool",
|
description="Drupal 6 user cleanup tool",
|
||||||
epilog=f"""
|
epilog=epilog,
|
||||||
|
formatter_class=argparse.RawDescriptionHelpFormatter
|
||||||
|
)
|
||||||
|
|
||||||
|
epilog = textwrap.dedent(f"""
|
||||||
Przykłady użycia:
|
Przykłady użycia:
|
||||||
|
|
||||||
# 1. Podgląd nieaktywnych użytkowników bez punktów
|
# 1. Podgląd nieaktywnych użytkowników bez punktów
|
||||||
|
Reference in New Issue
Block a user