Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.
/ wot-hooking Public archive

Library for hooking into WoT function calls.

License

Notifications You must be signed in to change notification settings

lgfrbcsgo/wot-hooking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WoT Hooking

Library for hooking into WoT function calls.

from mod_hooking.strategy import before
from shared_utils.account_helpers.BattleResultsCache import BattleResultsCache

@before(BattleResultsCache, "get")
def before_get(*args, **kwargs):
    print "About to fetch a battle result!"