This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
== MCP 9.02 (data: 9.02, client: 1.7.2, server: 1.7.2) == | |
# found ff, ff patches, srgs, name csvs, doc csvs, param csvs, astyle, astyle config, scalac, rg, ss | |
> Creating Retroguard config files | |
== Reobfuscating client == | |
> Cleaning reobf | |
> Generating md5s | |
> Packing jar | |
> Generating class markers | |
FATAL ERROR | |
Traceback (most recent call last): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import csv | |
import os.path | |
import re | |
from collections import defaultdict | |
from contextlib import closing | |
from datetime import timedelta | |
from operator import itemgetter | |
from time import time as now | |
from urllib.request import urlopen |
NewerOlder