From 713e22091137762cd14aa03bcd2ae99cdb9416c2 Mon Sep 17 00:00:00 2001 From: Emilio Molinari Date: Sat, 30 Dec 2017 17:56:20 +0100 Subject: [PATCH] Updated Session Files (markdown) --- Session-Files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Session-Files.md b/Session-Files.md index 55e4d23..91de2db 100644 --- a/Session-Files.md +++ b/Session-Files.md @@ -18,4 +18,4 @@ class DatabaseSession(Session): # load relevant data to the database ``` -You should read the `session.py` source file to know what "relevant data" you need to keep track of. \ No newline at end of file +You should read the [session.py](telethon/tl/session.py) source file to know what "relevant data" you need to keep track of. \ No newline at end of file