Change Images for Debug Mode
This commit is contained in:
@@ -4,6 +4,7 @@ import (
|
||||
"regexp"
|
||||
|
||||
"github.com/chromedp/cdproto/cdp"
|
||||
"github.com/chromedp/cdproto/page"
|
||||
"github.com/robfig/cron/v3"
|
||||
)
|
||||
|
||||
@@ -30,6 +31,9 @@ const (
|
||||
fbPageURL string = "https://www.facebook.com/herowarsgame/"
|
||||
// fbGameURL for search on expaned urls
|
||||
fbGameURL string = "apps.facebook.com/mobaheroes"
|
||||
|
||||
imageQuality int64 = 85
|
||||
imageFormat page.CaptureScreenshotFormat = page.CaptureScreenshotFormatJpeg
|
||||
)
|
||||
|
||||
// Constants for title of the Postings
|
||||
|
||||
Reference in New Issue
Block a user