Skip to content

Commit

Permalink
Update subdomain_lister.py
Browse files Browse the repository at this point in the history
  • Loading branch information
agmmnn committed Feb 18, 2023
1 parent ca5bd24 commit ebc0238
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions examples/subdomain_lister.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@ def on_mount(self):
self.drop = self.query_one("#drop")
self.drop.focus()

def on_paste(self, event: events.Paste) -> None:
files = GetFiles(event).files
print(files)
self.drop.txt = " ".join(
[
f'[on dodger_blue3] {i["icon"]} [/][on gray27]{i["name"]}[/]'
for i in files
]
)

def on_file_drop_dropped(self, event: FileDrop.Dropped) -> None:
self.root.styles.display = "block"
try:
Expand Down

0 comments on commit ebc0238

Please sign in to comment.