🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    src/telepathy/utils.py
    skipped 299 lines
    300 300   if type == "forwarder_stat":
    301 301   color_print_green(" [+] Forward scrape complete", "")
    302 302   color_print_green(" ┬ Statistics", "")
    303  - color_print_green(" ├ Forwarded messages found: ", str(obj.forward_count))
    304  - color_print_green(
    305  - " ├ Forwards from active public chats: ",
    306  - str(obj.forwards_found),
    307  - )
    308  - if hasattr(object, "private_count"):
    309  - color_print_green(
    310  - " ├ Forwards from private (or now private) chats: ",
    311  - str(obj.private_count),
    312  - )
     303 + #color_print_green(
     304 + # " ├ Forwarded messages found: ", str(obj.forward_count)
     305 + #)
     306 + #color_print_green(
     307 + # " ├ Forwards from active public chats: ",
     308 + # str(obj.forwards_found),
     309 + #)
     310 + #if hasattr(object, "private_count"):
     311 + # color_print_green(
     312 + # " ├ Forwards from private (or now private) chats: ",
     313 + # str(obj.private_count),
     314 + # )
    313 315   color_print_green(" ├ Unique forward sources: ", str(obj.unique_forwards))
    314 316   color_print_green(" ├ Top forward source 1: ", str(obj.forward_one))
    315 317   color_print_green(" ├ Top forward source 2: ", str(obj.forward_two))
    skipped 73 lines
Please wait...
Page is in error, reload to recover