diff options
Diffstat (limited to 'noprml')
-rwxr-xr-x | noprml/noprml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noprml/noprml b/noprml/noprml index 360087d..31e8ab7 100755 --- a/noprml/noprml +++ b/noprml/noprml @@ -27,7 +27,7 @@ local queue_name = "/rhnop" -mq = require "luamq" +mq = require "mq" -- reading timestamp (milliseconds since epoch) local p = assert(io.popen("/bin/date --utc '+%s %N'" , 'r')) |