Skip to content

Commit 0231a84

Browse files
committed
Update main.py
1 parent 85e7a54 commit 0231a84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import tg_log
1+
import tg
22

33

44

55
def main():
6-
tg_bot = tg_log.log("/home/rinechran/tg")
6+
tg_bot = tg.Tg("/home/rinechran/tg")
77
tg_bot.run()
88

99

0 commit comments

Comments
 (0)