You need to capture the time that the pin when high and check if 60 seconds has elapses since then. You don't say what you want to happen after that but lets assume you only want the print statement to appear once only until the pin goes low again.
To do this you can store the millis value if the pin his high – but only if the pin was not already high.
all i wanted was to print that statement, i'm using python to read the serial port and whenever Blah is seen it triggers an email alert, has to do with those PIR sensors you helped out with a few weeks back