pyrofork/pyrogram/client
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
..
ext Allow stop, restart and add/remove_handler to be non-blocking 2019-10-27 09:37:28 +01:00
filters Add Filters.scheduled and Filters.from_scheduled 2019-09-07 15:57:12 +02:00
handlers Tiny typo fix 2019-10-27 10:14:13 +01:00
methods Add method delete_user_history (#282) 2019-12-23 19:05:30 +01:00
parser Revert "Stop instantiating logger objects and directly use the logging module" 2019-09-08 19:24:06 +02:00
storage Implement a storage update mechanism (for FileStorage) 2019-09-14 20:35:59 +02:00
types Fix bound method Chat.restrict_member. Closes #351 2019-12-30 11:11:02 +01:00
__init__.py Remove ChatAction module too 2019-05-09 05:08:37 +02:00
client.py Fix plugin modules not being properly reloaded from disk 2020-01-16 22:01:10 +01:00