Skip to content

Commit

Permalink
Fix Screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Aug 5, 2014
1 parent 5bb0230 commit 679e164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions I-Nex/i-nex/.src/Reports/VALIDATE.module
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ VALIDATE_VARIABLES.Add(Finfosys.DATAT, "CPUID")
VALIDATE_VARIABLES.Add(Finfosys.UNAME, "UNAME")
VALIDATE_VARIABLES.Add(Finfosys.USAGE, "USAGE")

ScreenShotM.pic = Desktop.Screenshot(Finfosys.X, Finfosys.Y, Finfosys.W + 12, Finfosys.H + 30)
ScreenShotM.pic.Save("~/.i-nex/datata.png", 9)
ScreenShot.pic = Desktop.Screenshot(Finfosys.X, Finfosys.Y, Finfosys.W + 12, Finfosys.H + 30)
ScreenShot.pic.Save("~/.i-nex/datata.png", 9)
Wait 1.0
temporr = Base64(File.Load(User.Home &/ ".i-nex/datata.png"))

Expand Down

0 comments on commit 679e164

Please sign in to comment.