We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e7a54 commit 0231a84Copy full SHA for 0231a84
main.py
@@ -1,9 +1,9 @@
1
-import tg_log
+import tg
2
3
4
5
def main():
6
- tg_bot = tg_log.log("/home/rinechran/tg")
+ tg_bot = tg.Tg("/home/rinechran/tg")
7
tg_bot.run()
8
9
0 commit comments