pyrofork/pyrogram
Dan ac8fad3a18 Fix plugin modules not being properly reloaded from disk
When using importlib.import_module, Python loads the module from disk
only once and any subsequent call to this method will just re-import
the already loaded module from RAM. Wrapping importlib.import_module
with importlib.reload will make Python force-reload the module from
disk.
2020-01-16 22:01:10 +01:00
..
api Move all imported schema objects outside TLObject 2019-08-01 18:44:20 +02:00
client Fix plugin modules not being properly reloaded from disk 2020-01-16 22:01:10 +01:00
connection Revert "Stop instantiating logger objects and directly use the logging module" 2019-09-08 19:24:06 +02:00
crypto Revert "Stop instantiating logger objects and directly use the logging module" 2019-09-08 19:24:06 +02:00
errors Reformat project 2019-08-01 19:11:43 +02:00
session Update Storage API usages in client.py, auth.py and session.py 2019-09-14 19:57:20 +02:00
__init__.py Update Pyrogram to v0.16.0 2019-09-25 19:12:27 +02:00