Update plotting.py

This commit is contained in:
go-outside-helper 2024-03-14 17:51:04 +01:00 committed by GitHub
parent 539a96a3d9
commit e9385e3552
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "bt3"
__author__ = "Mia Stein"
from scapy.all import *
@ -27,4 +27,4 @@ def simple_plot():
p.plot(lambda x:len(x))
if __name__ == '__main__':
simple_plot()
simple_plot()