mirror of
https://github.com/kepler155c/opus
synced 2025-12-18 06:08:06 +00:00
move apis into rom/modules/main for shell compatibility
This commit is contained in:
@@ -11,7 +11,7 @@ if not http then
|
||||
return
|
||||
end
|
||||
|
||||
local pastebin = require('http.pastebin')
|
||||
local pastebin = require('opus.http.pastebin')
|
||||
|
||||
local tArgs = { ... }
|
||||
local sCommand = tArgs[1]
|
||||
|
||||
Reference in New Issue
Block a user