Skip to content

Commit

Permalink
name changed to yawol
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Simone Zuppone committed Jun 13, 2022
1 parent 4331a03 commit 0f7cc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wakeup.py → yawol.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def wol(lunaMacAddress: bytes, port: int):

if __name__ == '__main__':
VERSION = "1.1.1"
print("wakeup - by Marco S. Zuppone - [email protected] - https://msz.eu - version", VERSION)
print("YAWoL - by Marco S. Zuppone - [email protected] - https://msz.eu - version", VERSION)
print("Program licensed under GNU AFFERO GENERAL PUBLIC LICENSE version 3")
print("")
parser = argparse.ArgumentParser(
Expand Down

0 comments on commit 0f7cc07

Please sign in to comment.