Update modscraft_mcpe_parser.py
This commit is contained in:
parent
809c36abe7
commit
896a853055
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ user_agent = random.choice(user_agents)
|
|||
print(f"* Parser has started")
|
||||
print(f"= User agent for today is \"{user_agent}\"")
|
||||
markdown_output = f"- :open_file_folder: Source available at [**ModsCraft.Net**](https://modscraft.net/en/mcpe/)"
|
||||
markdown_output += f"\n- :clock2: Updated **every 12 hours** at `00:00 UTC` and `12:00 UTC`"
|
||||
markdown_output += f"\n- :clock2: Updated **every 72 hours** at `00:00 UTC`"
|
||||
markdown_output += f"\n- :rocket: **Last update:** `{datetime.now(timezone.utc).strftime('%Y-%m-%d %H:%M:%S')} UTC`\n"
|
||||
print("* Creating directory 'version'")
|
||||
writedir = os.path.dirname(sys.argv[1])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue