Пример #1
0
 def handle_help(command):
   mainString = "Try out the website! {}\n(Password: "******")"
   try:
     return mainString.format(Network.getIPAddress())
   except RuntimeError:
     IP = Network.readIPFile()
     if IP:
       return mainString.format(Network.readIPFile() + " (hopefully...)")
     return mainString.format("I have no idea what it is, but it probably exists! (Go yell at Daniel)")